Re: Index range search optimization
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Konstantin Knizhnik <knizhnik@garret.ru>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-09-21T09:14:17Z
Lists: pgsql-hackers
Attachments
- 0001-Skip-checking-of-scan-keys-required-for-direction-v3.patch (application/octet-stream) patch v3-0001
On Wed, Sep 20, 2023 at 5:07 PM Alexander Korotkov <aekorotkov@gmail.com> wrote: > On Tue, Sep 19, 2023 at 1:48 AM Peter Geoghegan <pg@bowt.ie> wrote: > This also makes sense. I've rephrased the comment. The revised patch is attached. It contains better comments and the commit message. Peter, could you please check if you're OK with this? ------ Regards, Alexander Korotkov
Commits
-
Skip checking of scan keys required for directional scan in B-tree
- e0b1ee17dc3a 17.0 landed
-
Invalidate binary search bounds consistently.
- 74eb2176bf3a 12.0 cited