Testing Index Skip scan - Mailing list pgsql-hackers

From Alexandre Felipe
Subject Testing Index Skip scan
Date
Msg-id CAPYutMRJ-N_pjGyUqdNyhOyPX7Q3DG_Kbetes13RpB6zPDH-_g@mail.gmail.com
Whole thread Raw
List 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?




Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: making relfilenodes 56 bits
Next
From: David Steele
Date:
Subject: Re: Comments referring to pg_start/stop_backup