Re: [PATCH] heap_insert() and heap_update() optimization

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [PATCH] heap_insert() and heap_update() optimization
Дата
Msg-id 20181017065304.pp45nuq2k5ov7wcq@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re[2]: [PATCH] heap_insert() and heap_update() optimization  (Andrey Klychkov <aaklychkov@mail.ru>)
Список 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 по дате отправления:

Предыдущее
От: Andrey Klychkov
Дата:
Сообщение: Re[2]: [PATCH] heap_insert() and heap_update() optimization
Следующее
От: Haribabu Kommi
Дата:
Сообщение: Re: View to get all the extension control file details