Re: index prefetching - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: index prefetching
Date
Msg-id CAH2-WzkyG01682zwqyUTwV=Zq+M_qGgi1NbXwp1H-piRSfJsgQ@mail.gmail.com
Whole thread
In response to Re: index prefetching  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: index prefetching
List pgsql-hackers
On Fri, Mar 13, 2026 at 8:50 PM Peter Geoghegan <pg@bowt.ie> wrote:
> Several patches from this patchset have been committed to master. I'm
> posting a new version (v14) here to keep the patch applying cleanly.

v14 has already bitrot, so I'm posting this new v15 to keep the
patchset applying cleanly.

There is one new patch in v15:
v15-0007-Add-UnlockBufferGetLSN-utility-function.patch. This adds a
new utility function to bufmgr.c, which combines the functionality of
BufferGetLSNAtomic with UnlockReleaseBuffer. This microoptimization is
intended to avoid regressions against master with workloads like
pgbench SELECT. With this, we're slightly faster than the master
branch on these workloads.


--
Peter Geoghegan

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: table AM option passing
Next
From: Masahiko Sawada
Date:
Subject: Re: Patch for migration of the pg_commit_ts directory