Re: 9.2 and index only scans

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: 9.2 and index only scans
Дата
Msg-id CAFj8pRBJayZDcQD66OvK9BhKknUN4bbVSdS1EK5vH-LmwnNqzg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 9.2 and index only scans  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
2012/8/26 Tom Lane <tgl@sss.pgh.pa.us>:
> 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.
>

and what about seq scan for prefetch index - and processing should be
random, but over pages in cache?

Pavel

> 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 по дате отправления:

Предыдущее
От: Jukka Inkeri
Дата:
Сообщение: Permission denied for relation pg_database , one role has problem
Следующее
От: Maximilian Tyrtania
Дата:
Сообщение: Odd query result