From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Melanie Plageman <melanieplageman(at)gmail(dot)com> |
Cc: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de> |
Subject: | Re: Streaming I/O, vectored I/O (WIP) |
Date: | 2024-03-28 05:12:10 |
Message-ID: | CA+hUKGLmN=NOL06XmuW9LvMPWnj87xHGvdLeiy9poP7+yOmDdw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
New version with some cosmetic/comment changes, and Melanie's
read_stream_reset() function merged, as required by her sequential
scan user patch. I tweaked it slightly: it might as well share code
with read_stream_end(). I think setting distance = 1 is fine for now,
and we might later want to adjust that as we learn more about more
interesting users of _reset().
Attachment | Content-Type | Size |
---|---|---|
v11-0001-Provide-vectored-variant-of-ReadBuffer.patch | text/x-patch | 38.8 KB |
v11-0002-Provide-API-for-streaming-relation-data.patch | text/x-patch | 33.0 KB |
v11-0003-Use-streaming-I-O-in-pg_prewarm.patch | text/x-patch | 2.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | jian he | 2024-03-28 05:18:41 | Re: Can't find not null constraint, but \d+ shows that |
Previous Message | Aadhav Vignesh | 2024-03-28 04:53:19 | Re: Proposal: Introduce row-level security templates |