Re: when the IndexScan reset to the next ScanKey for in operator

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: when the IndexScan reset to the next ScanKey for in operator
Дата
Msg-id CAH2-WzkPXVGW7U-0PAfk1_cnH0snTsjKitOwY5mWXHbcJr07xw@mail.gmail.com
обсуждение исходный текст
Ответ на when the IndexScan reset to the next ScanKey for in operator  (Alex <zhihui.fan1213@gmail.com>)
Список pgsql-hackers
On Wed, Aug 21, 2019 at 6:24 AM Alex <zhihui.fan1213@gmail.com> wrote:
> suppose the executor  should scan 1 first,  If all the tuples for 1 has been scanned,  then **it should be reset to
100000** and scan again.
 

You might find my nbtree index scan test patch useful:

https://postgr.es/m/CAH2-WzmRT_0YbHF05axQb2OiTUQiQAkr0Lznntj8X3KADKZ-5g@mail.gmail.com

-- 
Peter Geoghegan



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Cleanup isolation specs from unused steps
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs