pgsql: Use streaming read I/O in BRIN vacuum scan.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use streaming read I/O in BRIN vacuum scan.
Date: 2025-11-17 21:23:23
Message-ID: E1vL6h1-0003EX-16@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use streaming read I/O in BRIN vacuum scan.

This commit implements streaming read I/O for BRIN vacuum
scans. Although BRIN indexes tend to be relatively small by design,
performance tests have shown performance improvements.

Author: Arseniy Mukhin <arseniy(dot)mukhin(dot)dev(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAE7r3ML01aiq9Th_1OSz7U7Aq2pWbhMLoz5T%2BPXcg8J9ZAPFFA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6eac2273e6e762003e763f45b880261fbd473a4

Modified Files
--------------
src/backend/access/brin/brin.c | 32 +++++++++++++++++++++++---------
1 file changed, 23 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2025-11-17 22:22:03 pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Previous Message Tom Lane 2025-11-17 20:24:48 pgsql: Fix pg_crc32c_armv8_choose.c to build with ancient glibc release