Re: [PATCH] heap_insert() and heap_update() optimization - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH] heap_insert() and heap_update() optimization
Date
Msg-id 20181017065304.pp45nuq2k5ov7wcq@alap3.anarazel.de
Whole thread Raw
In response to Re[2]: [PATCH] heap_insert() and heap_update() optimization  (Andrey Klychkov <aaklychkov@mail.ru>)
List pgsql-hackers
Hi,

On 2018-10-17 09:48:19 +0300, Andrey Klychkov wrote:
> > Interesting. That's with an optimized build, or an assertion build?
> 
> Hello,
> That was an optimized build.
> 
> However I've just done some extra time tests and didn't notice so significant difference as early.
> Even more - avg origin 1272, avg patched 1303.
> 
> Maybe there was the autovacuum / analyze / checkpoint or something else that could influence on the yesterday tests.

Probably worth looking at the generated code. I can see some difference,
but what you measured seemed pretty large.

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Andrey Klychkov
Date:
Subject: Re[2]: [PATCH] heap_insert() and heap_update() optimization
Next
From: Haribabu Kommi
Date:
Subject: Re: View to get all the extension control file details