Re: Question about Expected rows value in EXPLAIN output for NestedLoop node

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Question about Expected rows value in EXPLAIN output for NestedLoop node
Дата
Msg-id f81393b9-6a49-60a5-0de3-d35996c81939@aklaver.com
обсуждение исходный текст
Ответ на Re: Question about Expected rows value in EXPLAIN output for Nested Loop node  (bb ddd <nnickoloff1234@abv.bg>)
Ответы Re: Question about Expected rows value in EXPLAIN output for Nested Loop node  (bb ddd <nnickoloff1234@abv.bg>)
Список pgsql-general
On 5/10/19 8:56 AM, bb ddd wrote:
> Thanks for the reply. Here it is: https://explain.depesz.com/s/LQCS
> 
> My main trouble is not with this exact case, but i am looking for a general description of the algorithm how those
numbersare calculated. In the meanwhile i also constructed a couple of artificial tables to experiment with and see how
thesenumbers change, and am pretty sure my guesses there in the original question are quite close to what is going on,
butwould be so much easier to read explain plans, if there was some documentation about how the expected rows are
calculatedfor different nodes, in different contexts (like when loops=1 vs loops>1) maybe what statistics they use, how
theydepend on the numbers of their child nodes etc.
 
> 
> 

How about?:
https://www.postgresql.org/docs/11/using-explain.html


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: bb ddd
Дата:
Сообщение: Re: Question about Expected rows value in EXPLAIN output for Nested Loop node
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: perl path issue