Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5

Поиск
Список
Период
Сортировка
От Chris Mair
Тема Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5
Дата
Msg-id a0680eb9d03df0f54690eb2a7351744e@smtp.hushmail.com
обсуждение исходный текст
Ответ на [GENERAL] Queries are taking way longer in 9.6 than 9.5  (Ravi Tammineni <rtammineni@partner.aligntech.com>)
Ответы Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5
Список 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 по дате отправления:

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [GENERAL] Queries are taking way longer in 9.6 than 9.5