Re: Progress bar updates - Mailing list pgsql-hackers

From Csaba Nagy
Subject Re: Progress bar updates
Date
Msg-id 1153385492.5683.183.camel@coppola.muc.ecircle.de
Whole thread Raw
In response to Re: Progress bar updates  ("Andrew Hammond" <andrew.george.hammond@gmail.com>)
List pgsql-hackers
> We already have EXPLAIN ANALYZE. Perhaps the right way to do this is
> something that provides similar output. I could see something that
> looks like EXPLAIN for the parts that have not yet executed, something
> reasonable to show progress of the currently active part of the plan
> (current time, rows, loops), and EXPLAIN ANALYZE output for the parts
> which have been completed.

Now this is something that would really help testing a system, by
dynamically seeing the plans of queries which run too long. That
combined with the ability to see the values of bind parameters would be
a useful debug aid.

Cheers,
Csaba.




pgsql-hackers by date:

Previous
From: "Adrian Maier"
Date:
Subject: Re: float8 regression failure (HEAD, cygwin)
Next
From: Katsuhiko Okano
Date:
Subject: Re: CSStorm occurred again by postgreSQL8.2. (Re: poor