Re: Improve Seq scan performance

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Improve Seq scan performance
Дата
Msg-id 4917DAFB.8000003@postnewspapers.com.au
обсуждение исходный текст
Ответ на Improve Seq scan performance  (Lutischán Ferenc <lutischanf@gmail.com>)
Ответы Re: Improve Seq scan performance
Список pgsql-performance
Lutischán Ferenc wrote:

> It is possible to make an index on the table, and make a seq index scan
> on this values?

My understanding is that this isn't possible in PostgreSQL, because
indexes do not contain information about tuple visibility. Data read
from the index might refer to tuples that've been deleted as far as your
transaction is concerned, or to tuples that were created after your
snapshot was taken.

--
Craig Ringer

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

Предыдущее
От: Lutischán Ferenc
Дата:
Сообщение: Improve Seq scan performance
Следующее
От: "Vladimir Sitnikov"
Дата:
Сообщение: Re: Improve Seq scan performance