[PATCH] Add extra statistics to explain for Nested Loop

Поиск
Список
Период
Сортировка
От e.sokolova@postgrespro.ru
Тема [PATCH] Add extra statistics to explain for Nested Loop
Дата
Msg-id f6490a9dec1b97118ac5a8509f095877@postgrespro.ru
обсуждение исходный текст
Ответы Re: [PATCH] Add extra statistics to explain for Nested Loop  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [PATCH] Add extra statistics to explain for Nested Loop  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi, hackers.
For some distributions of data in tables, different loops in nested loop 
joins can take different time and process different amounts of entries. 
It makes average statistics returned by explain analyze not very useful 
for DBA.
To fix it, here is the patch that add printing of min and max statistics 
for time and rows across all loops in Nested Loop to EXPLAIN ANALYSE.
Please don't hesitate to share any thoughts on this topic!
-- 
Ekaterina Sokolova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: upcoming API changes for LLVM 12
Следующее
От: Li Japin
Дата:
Сообщение: Re: Enumize logical replication message actions