Re: Performance issues

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Performance issues
Дата
Msg-id 550813CD.7040605@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Performance issues  (Vivekanand Joshi <vjoshi@zetainteractive.com>)
Ответы Re: Performance issues  (Vivekanand Joshi <vjoshi@zetainteractive.com>)
Список pgsql-performance
On 17.3.2015 12:07, Vivekanand Joshi wrote:
> EXPLAIN ANALYZE didn't give result even after three hours.

In that case the only thing you can do is 'slice' the query into smaller
parts (representing subtrees of the plan), and analyze those first. Look
for misestimates (significant differences between estimated and actual
row counts, and very expensive parts).

We can't do that, because we don't have your data or queries, and
without the explain analyze it's difficult to give advices.


--
Tomas Vondra                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Performance issues
Следующее
От: Vivekanand Joshi
Дата:
Сообщение: Re: Performance issues