Re: Performance issues - Mailing list pgsql-performance

From Tomas Vondra
Subject Re: Performance issues
Date
Msg-id 550813CD.7040605@2ndquadrant.com
Whole thread Raw
In response to Re: Performance issues  (Vivekanand Joshi <vjoshi@zetainteractive.com>)
Responses Re: Performance issues
List 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 by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Performance issues
Next
From: Vivekanand Joshi
Date:
Subject: Re: Performance issues