pgsql: Improve read_stream.c's fast path.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve read_stream.c's fast path.
Date: 2024-04-06 05:18:57
Message-ID: E1rsyS8-000l3r-FS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve read_stream.c's fast path.

The "fast path" for well cached scans that don't do any I/O was
accidentally coded in a way that could only be triggered by pg_prewarm's
usage pattern, which starts out with a higher distance because of the
flags it passes in. We want it to work for streaming sequential scans
too, once that patch is committed. Adjust.

Reviewed-by: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA%2BhUKGKXZALJ%3D6aArUsXRJzBm%3Dqvc4AWp7%3DiJNXJQqpbRLnD_w%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/storage/aio/read_stream.c | 75 +++++++++++++++--------------------
1 file changed, 31 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-04-06 05:21:21 pgsql: Fix incorrect return type
Previous Message Andres Freund 2024-04-05 21:48:30 pgsql: Fix headerscheck violation introduced in f8ce4ed78ca