Re: Possible interesting extra information for explain analyze?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible interesting extra information for explain analyze?
Дата
Msg-id 5599.1109347510@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Possible interesting extra information for explain analyze?  (Jeff <threshar@torgo.978.org>)
Список pgsql-performance
Jeff <threshar@torgo.978.org> writes:
> Given some recent posts / irc issues with dead tuple bloat..
> And given that a lot of these people have at least been smart enough to
> explain analyze would it be A. possible B. useful C. None of the above
> to have various "scan" nodes of explain analyze also report how many
> invisible / dead tuples they had to disqualify (Just to clarify, they
> matched the search criteria, but were invisible due to MVCC rules).

I think this would not help a whole lot because (particularly on
indexscans) you won't get a very accurate picture of the true extent
of bloat.  The contrib/pgstattuple utility is more useful for measuring
that sort of thing.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: IS NULL vs IS NOT NULL
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Peformance Tuning Opterons/ Hard Disk Layout