Re: Sudden drastic change in performance

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-performance(at)postgresql(dot)org,"ldh(at)laurent-hasson(dot)com" <ldh(at)laurent-hasson(dot)com>,"pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Sudden drastic change in performance
Date: 2017-06-15 15:14:14
Message-ID: 47399D01-6A87-489E-A398-AD94E8B89B14@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Am 15. Juni 2017 16:53:44 MESZ schrieb "ldh(at)laurent-hasson(dot)com" <ldh(at)laurent-hasson(dot)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.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Justin Pryzby 2017-06-16 02:53:52 Re: Re: join under-estimates with ineq conditions
Previous Message Tom Lane 2017-06-15 15:09:50 Re: Sudden drastic change in performance