Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5 - Mailing list pgsql-general

From Chris Mair
Subject Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5
Date
Msg-id a0680eb9d03df0f54690eb2a7351744e@smtp.hushmail.com
Whole thread Raw
In response to [GENERAL] Queries are taking way longer in 9.6 than 9.5  (Ravi Tammineni <rtammineni@partner.aligntech.com>)
Responses Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5  (Ravi Tammineni <rtammineni@partner.aligntech.com>)
List pgsql-general
Hi.

> explain analyze
>
> SELECT count(*)
>
> [...]

>                                                                      QUERY PLAN
>
>
-----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Aggregate  (cost=1177.25..1177.26 rows=1 width=0)
>
> [...]

I'm not seeing the "(actual ... )" part here.
THe plan you show is from an explain, not an explain analyze...

Can you provide the explain analyze output?

Bye,
Chris.





pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5
Next
From: Tomas Vondra
Date:
Subject: Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5