Re: EXPLAIN progress info - Mailing list pgsql-patches

From Tom Lane
Subject Re: EXPLAIN progress info
Date
Msg-id 20128.1207752980@sss.pgh.pa.us
Whole thread Raw
In response to Re: EXPLAIN progress info  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: EXPLAIN progress info
List pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> I think a better way to get a real "percentage done" would be to add a method
> to each node which estimates its percentage done based on the percentage done
> its children report and its actual and expected rows and its costs.

You can spend a week inventing some complicated method, and the patch
will be rejected because it adds too much overhead.  Anything we do here
has to be cheap enough that no one will object to having it turned on
all the time --- else it'll be useless exactly when they need it.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Improve shutdown during online backup, take 2
Next
From: Magnus Hagander
Date:
Subject: Fix for win32 stat() problems