Re: Proposal for background vacuum full/cluster

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal for background vacuum full/cluster
Date: 2005-04-22 03:29:27
Message-ID: d49r6r$2gai$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > 2) Is it possible to write a where clause that can efficiently hit only
> > the tuples in the end of the table? If there is a way, then I could
> > test the idea without writing any code at all.
>
> Not sure, but you could try using the ctid column.
>

An alternative is to do a bulky ordered insert. Build an index on the table.
And write a where clause which just visit the big-value part of the table.

Regards,
Qingqing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-04-22 08:33:49 slides on the optimizer
Previous Message Bruce Momjian 2005-04-22 03:17:18 Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords