Testing Index Skip scan

Поиск
Список
Период
Сортировка
От Alexandre Felipe
Тема Testing Index Skip scan
Дата
Msg-id CAPYutMRJ-N_pjGyUqdNyhOyPX7Q3DG_Kbetes13RpB6zPDH-_g@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
I have been interested in a query that returns a batch of results filtered by a subset of the first column of an index and ordered by the second.

I created a simple (hopefully) reproducible example of the issue, the two queries describe the same data but have very different costs (explain output included in the attached file).
server_version 12.8

On slack #pgsql-hackers channel, @sfrost, it was suggested that what I described is achieved by index skip scan. How can I get a development build to test this feature?




Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: making relfilenodes 56 bits
Следующее
От: David Steele
Дата:
Сообщение: Re: Comments referring to pg_start/stop_backup