Re: EXPLAIN progress info

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN progress info
Дата
Msg-id 20128.1207752980@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: EXPLAIN progress info  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: EXPLAIN progress info  (Gregory Stark <stark@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Improve shutdown during online backup, take 2
Следующее
От: Magnus Hagander
Дата:
Сообщение: Fix for win32 stat() problems