Re: [PERFORM] Sudden drastic change in performance

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [PERFORM] Sudden drastic change in performance
Дата
Msg-id 47399D01-6A87-489E-A398-AD94E8B89B14@a-kretschmer.de
обсуждение исходный текст
Ответ на [PERFORM] Sudden drastic change in performance  ("ldh@laurent-hasson.com" <ldh@laurent-hasson.com>)
Список pgsql-performance

Am 15. Juni 2017 16:53:44 MESZ schrieb "ldh@laurent-hasson.com" <ldh@laurent-hasson.com>:
>Hello all,
>
>I have a query with many joins, something like:
>
>Select c1, c2, c3, sum(c5)
>  From V1
>       Join V2 on ...
>       Left join V3 on ...
>       Left join T4 on ...
>       Join T5 on ...
>       Join T6 on ...
>       Left join T7 on ...
>       Join T8 on ...
>       Left join T9 on ...
>Where ...
>Group by c1, c2, c3
>
>
>Thank you,
>Laurent.

Please show us the explain analyse for the queries.


Regards, Andreas

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PERFORM] Sudden drastic change in performance
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: [PERFORM] Re: join under-estimates with ineq conditions