Re: Query progress indication - an implementation - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Query progress indication - an implementation
Date
Msg-id 1246309127.4038.473.camel@dn-x300-willij
Whole thread Raw
In response to Re: Query progress indication - an implementation  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Query progress indication - an implementation
List pgsql-hackers
On Mon, 2009-06-29 at 14:07 -0400, Tom Lane wrote:
> Josh Berkus <josh@agliodbs.com> writes:
> > So, while an actual % completed indicator would be perfect, a "query 
> > steps completed, current step =" would still be very useful and a large 
> > improvement over what we have now.
> 
> I think this is pretty much nonsense --- most queries run all their plan
> nodes concurrently to some extent.  You can't usefully say that a query
> is "on" some node, nor measure progress by whether some node is "done".

The requirement is not nonsense, even if the detail was slightly off.

We can regard plans as acting in phases with each blocking node
separating the plan. We know which nodes those are, so we can report
that.

For each phase, it may be very hard to say what percentage is truly
complete, but we could at least report how much work has been done and
provide a percentage against planned numbers.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Filip Rembiałkowski
Date:
Subject: Re: facing problem with createdb.
Next
From: Tom Lane
Date:
Subject: Re: Multi-Dimensional Histograms