Re: Proposal for background vacuum full/cluster

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Proposal for background vacuum full/cluster
Дата
Msg-id d49r6r$2gai$1@news.hub.org
обсуждение исходный текст
Ответ на Proposal for background vacuum full/cluster  ("Jim C. Nasby" <decibel@decibel.org>)
Ответы Re: Proposal for background vacuum full/cluster  ("Jim C. Nasby" <decibel@decibel.org>)
Список 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




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords
Следующее
От: Neil Conway
Дата:
Сообщение: slides on the optimizer