Re: Need a mentor, and a project.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need a mentor, and a project.
Дата
Msg-id 26128.1260585882@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need a mentor, and a project.  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Need a mentor, and a project.  (Euler Taveira de Oliveira <euler@timbira.com>)
Re: Need a mentor, and a project.  (decibel <decibel@decibel.org>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Ashish wrote:
>> I am thinking about starting with the following TODO item:
>> --> Have EXPLAIN ANALYZE issue NOTICE messages when the estimated
>> and actual row counts differ by a specified percentage.

> I even have a sample patch you can use as a start, attached.

Of course, the reason that patch isn't already in there is that it's
pretty much useless.  It clutters what's already cluttered output
and doesn't do much of anything to help draw one's attention to the
larger estimation errors, which of course is what the TODO item is
really about.

IMO the hard part of the TODO item is to design a useful user interface
for highlighting specific EXPLAIN entries (and NOTICE messages probably
ain't it either).  Getting the numbers is trivial.

I'm not sure there is any really nice solution within the confines of
plain ASCII text output.  There was an interesting approach online
at http://explain-analyze.info, but that site seems to be down now :-(
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Need a mentor, and a project.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Installing PL/pgSQL by default