Re: Improve heapgetpage() performance, overhead from serializable - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Improve heapgetpage() performance, overhead from serializable
Date
Msg-id 20240407044935.ox4d3limgt5g3re3@awork3.anarazel.de
Whole thread Raw
In response to Re: Improve heapgetpage() performance, overhead from serializable  (John Naylor <johncnaylorls@gmail.com>)
Responses Re: Improve heapgetpage() performance, overhead from serializable
List pgsql-hackers
Hi,

On 2024-01-22 13:01:31 +0700, John Naylor wrote:
> On Mon, Jul 17, 2023 at 9:58 PM Andres Freund <andres@anarazel.de> wrote:
> > And 397->320ms
> > for something as core as this, is imo worth considering on its own.
> 
> Hi Andres, this interesting work seems to have fallen off the radar --
> are you still planning to move forward with this for v17?

I had completely forgotten about this patch, but some discussion around
streaming read reminded me of it.  Here's a rebased version, with conflicts
resolved and very light comment polish and a commit message. Given that
there's been no changes otherwise in the last months, I'm inclined to push in
a few hours.

Greetings,

Andres Freund

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CASE control block broken by a single line comment
Next
From: John Naylor
Date:
Subject: Re: Improve heapgetpage() performance, overhead from serializable