Re: 9.2 and index only scans

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 9.2 and index only scans
Дата
Msg-id 15629.1346010754@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 9.2 and index only scans  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: 9.2 and index only scans  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Pavel Stehule <pavel.stehule@gmail.com> writes:
> is possible use seqscan for index?

No, not for a normal indexscan --- concurrent page splits would break
it.

VACUUM can do that, mainly because it doesn't care if it visits some
entries twice (and even then, it has to add a lot of pushups to ensure
it doesn't miss any entries).

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Renaming tables and their indexes simultaneously
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: 9.2 and index only scans