Re: index prefetching

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Tomas Vondra <tomas(at)vondra(dot)me>
Cc: Andres Freund <andres(at)anarazel(dot)de>, 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: 2025-12-08 20:50:56
Message-ID: CAH2-Wzmm+mXuv_r+eYgcwOKZzNSmbYoEmxi5mdKMUtkmYa_qXw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Nov 30, 2025 at 8:23 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> Attached patch makes the table AM revisions we talked about. This is a
> significant change in direction, so I'm adopting a new patch
> versioning scheme: this new version is v1. (I just find it easier to
> deal with sequential patch version numbers.)

Attached is v2, just to keep the patch set cleanly applying against
HEAD following recent changes in nbtree. No real changes here.

--
Peter Geoghegan

Attachment Content-Type Size
v2-0004-Add-amgetbatch-support-to-hash-index-AM.patch application/x-patch 36.3 KB
v2-0003-bufmgr-aio-Prototype-for-not-waiting-for-already-.patch application/x-patch 6.9 KB
v2-0001-Add-batching-interfaces-used-by-heapam-and-nbtree.patch application/x-patch 197.3 KB
v2-0002-Add-prefetching-to-index-scans-using-batch-interf.patch application/x-patch 32.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adam Brusselback 2025-12-08 20:58:27 [Patch] Add WHERE clause support to REFRESH MATERIALIZED VIEW
Previous Message Greg Burd 2025-12-08 20:39:25 Re: pg_plan_advice