RE: Index Skip Scan

Поиск
Список
Период
Сортировка
От Floris Van Nee
Тема RE: Index Skip Scan
Дата
Msg-id 105fd98b36dc4c0cb6b3dc41106b5556@opammb0562.comp.optiver.com
обсуждение исходный текст
Ответ на Re: Index Skip Scan  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Index Skip Scan
Re: Index Skip Scan
Список pgsql-hackers
> Note in particular that index scans cannot return the same index tuple twice -
> - processing a page at a time ensures that that cannot happen.
> 
> Can a loose index scan return the same tuple (i.e. a tuple with the same heap
> TID) to the executor more than once?
> 

The loose index scan shouldn't return a tuple twice. It should only be able to skip 'further', so that shouldn't be a
problem.Out of curiosity, why can't index scans return the same tuple twice? Is there something in the executor that
isn'table to handle this?
 

-Floris


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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: [PATCH] Windows port, fix some resources leaks
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: Index Skip Scan