Re: Access statistics

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Access statistics
Дата
Msg-id 1008.991406550@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Access statistics  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: Access statistics  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Jan Wieck <JanWieck@yahoo.com> writes:
> Tom Lane wrote:
>> Have you removed the existing stats-gathering support
>> (backend/access/heap/stats.c and so on)?   That would buy back
>> at least a few of the cycles involved ...

>     Not sure if we really should.  Let's  later  decide  if  it's
>     really obsolete.

Considering that Bruce long ago ifdef'd out all the code that could
actually *do* anything with those stats (like print them), I'd say
it's obsolete.  In any case, it's too confusing to have two sets of
stats-gathering code in there.  I vote for getting rid of the old
stuff.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Access statistics
Следующее
От: Mike Mascari
Дата:
Сообщение: RE: Access statistics