Re: pgsql: Prefetch data referenced by the WAL, take II. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pgsql: Prefetch data referenced by the WAL, take II.
Date
Msg-id 20220913100740.cgt3cddnrjt3syuu@alvherre.pgsql
Whole thread Raw
In response to Re: pgsql: Prefetch data referenced by the WAL, take II.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On 2022-Sep-13, Thomas Munro wrote:

> I'd go for your second suggestion.  'therein' doesn't convey much (we
> already said 'in the WAL', and therein is just a slightly formal and
> somehow more Germanic way of saying 'in it' which is kinda
> duplicative; maybe 'by it' is what we want but that's still kinda
> implied already), whereas adding 'data' makes it slightly clearer that
> it's blocks from relations and not, say, the WAL itself.
> 
> Also, hmm, it's not really the 'Maximum buffer size', it's the 'Buffer size'.

Sounds reasonable.  Pushed these changes.  Thank you!

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"La libertad es como el dinero; el que no la sabe emplear la pierde" (Alvarez)



pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Tuples inserted and deleted by the same transaction
Next
From: Amit Kapila
Date:
Subject: Re: Perform streaming logical transactions by background workers and parallel apply