pgsql: Optimize pg_visibility with read streams.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Optimize pg_visibility with read streams.
Date: 2024-09-03 17:46:57
Message-ID: E1slXcG-000Qxb-Tt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Optimize pg_visibility with read streams.

We've measured 5% performance improvement, and this arranges to benefit
automatically from future optimizations to the read_stream subsystem.

Nazir Bilal Yavuz

Discussion: https://postgr.es/m/CAN55FZ1_Ru3XpMgTwsU67FTH2fs_FrRROmb7x6zs+F44QBEiww@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
contrib/pg_visibility/pg_visibility.c | 114 +++++++++++++++++++++++++++-------
1 file changed, 93 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2024-09-03 19:45:14 pgsql: Fix stack variable scope from previous commit.
Previous Message Daniel Gustafsson 2024-09-03 17:02:16 pgsql: Test for PG_TEST_EXTRA separately in SSL tests