| From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | Tomas Vondra <tomas(at)vondra(dot)me>, Alexandre Felipe <o(dot)alexandre(dot)felipe(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Georgios <gkokolatos(at)protonmail(dot)com>, Konstantin Knizhnik <knizhnik(at)garret(dot)ru>, Dilip Kumar <dilipbalaut(at)gmail(dot)com> |
| Subject: | Re: index prefetching |
| Date: | 2026-03-17 17:37:34 |
| Message-ID: | CAH2-WzkyG01682zwqyUTwV=Zq+M_qGgi1NbXwp1H-piRSfJsgQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Mar 13, 2026 at 8:50 PM Peter Geoghegan <pg(at)bowt(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2026-03-17 17:39:40 | Re: Patch for migration of the pg_commit_ts directory |
| Previous Message | Nathan Bossart | 2026-03-17 17:31:51 | Re: table AM option passing |