Re: ReadRecentBuffer() doesn't scale well - Mailing list pgsql-hackers

From Andres Freund
Subject Re: ReadRecentBuffer() doesn't scale well
Date
Msg-id 6D070023-BC1F-4473-A315-855416C2F8DA@anarazel.de
Whole thread Raw
In response to Re: ReadRecentBuffer() doesn't scale well  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-hackers
Hi,

On October 8, 2025 10:05:59 PM EDT, Amit Langote <amitlangote09@gmail.com> wrote:
>Hi Andres,
>
>On Thu, Oct 9, 2025 at 2:15 AM Andres Freund <andres@anarazel.de> wrote:
>>
>> Hi,
>>
>> On 2025-10-08 13:39:14 +1300, Thomas Munro wrote:
>> > On Fri, Sep 19, 2025 at 11:44 AM Thomas Munro <thomas.munro@gmail.com> wrote:
>> > > On Fri, Sep 19, 2025 at 12:36 AM Andres Freund <andres@anarazel.de> wrote:
>> > > > I'm planning to commit 0001 soon, unless you'd like to do the honors - I would
>> > > > break it with some upcoming patches, and it's a good improvement. Those
>> > > > patches also will PinBuffer_Locked() a bit slower, i.e. it'd be good to avoid
>> > > > using it in ReadRecentBuffer() for that reason alone.
>> > >
>> > > Oh, thanks for thinking about that interaction.  I'll go ahead and
>> > > push it later today after I re-convince myself that it's correct.
>> >
>> > Sorry I haven't got to this yet.  Please feel free to go ahead and
>> > push it if it's blocking you...
>>
>> Done after two small changes:
>
>Perhaps you are on it, but it seems skink is red due to either this or
>one of the other bufmgr changes. I noticed it after I pushed a patch
>of mine and couldn't see the connection.
>
>postmaster.log suggests a valgrind error.

Yes, I saw it. I'm too tired to figure it out tonight, will look more tomorrow. I think it'll just need to mark the
bufferdata accessible in one more spot.  

Greetings,

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: ReadRecentBuffer() doesn't scale well
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Add tests for Bitmapset