Re: Adding support for Row Compares to nbtree startikey optimization

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Adding support for Row Compares to nbtree startikey optimization
Date: 2025-09-15 03:00:09
Message-ID: CAH2-WzmCLEJ8Zh+MrmrLDy+Z_zQme--p+exqfJvrV4O6m2dgaw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Sep 14, 2025 at 5:47 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> Thanks for the review.

Attached is v2, which is just v1 with some extra polish, and a real
commit message.

I plan on committing this in the next couple of days.

Thanks
--
Peter Geoghegan

Attachment Content-Type Size
v2-0001-Teach-nbtree-to-avoid-evaluating-row-compare-keys.patch application/octet-stream 8.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-09-15 03:03:19 Re: Query Performance Degradation Due to Partition Scan Order – PostgreSQL v17.6
Previous Message Amit Kapila 2025-09-15 02:55:12 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart