Re: Some queries starting to hang

From: "Craig A(dot) James" <cjames(at)modgraph-usa(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Some queries starting to hang
Date: 2006-06-06 17:45:09
Message-ID: 4485BF25.4080701@modgraph-usa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Simon Riggs wrote:
>>Well, it's a big query. If it ought to take a second or two, and
>>instead is taking an hour or two (1800 times the expected runtime), that
>>might be close enough to "never" to exhaust Chris' patience. Besides,
>>we don't know whether the 1800 might itself be an underestimate (too bad
>>Chris didn't provide EXPLAIN ANALYZE results).
>
> This is a good example of a case where the inefficiency of EXPLAIN
> ANALYZE would be a contributory factor to it not actually being
> available for diagnosing a problem.

This is a frustration I have, but Simon expressed it much more concisely. The first question one gets in this forum is, "did you run EXPLAIN ANALYZE?" But if EXPLAIN ANALYZE never finishes, you can't get the information you need to diagnose the problem. Simon's proposal,

> e.g. EXPLAIN ANALYZE ERRLIMIT 10 SELECT ...

or something similar, would be a big help. I.e. "If you can't finish in a reasonable time, at least tell me as much as you can."

Craig

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Craig A. James 2006-06-06 17:50:25 Re: Some queries starting to hang
Previous Message Andrew Sullivan 2006-06-06 16:20:19 Re: Some queries starting to hang