Possible interesting extra information for explain analyze?

Поиск
Список
Период
Сортировка
От Jeff
Тема Possible interesting extra information for explain analyze?
Дата
Msg-id ed07e0b06fee34124da83f065e19e486@torgo.978.org
обсуждение исходный текст
Ответы Re: Possible interesting extra information for explain analyze?
Re: Possible interesting extra information for explain
Список pgsql-performance
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).
Some thing like:

  Seq Scan on boards  (cost=0.00..686.30 rows=25430 width=0) (actual
time=8.866..5407.693 rows=18636 loops=1 invisiblerows=8934983098294)

This may help us to point out tuple bloat issues quicker... or it may
give the developer enough of a clue to search around and find out he
needs to vacuum... hmm.. but once we have an integrated autovacuum it
will be a moot point.....

Also another thing I started working on back in the day and hope to
finish when I get time (that is a funny idea) is having explain analyze
report when a step required the use of temp files.
--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/


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

Предыдущее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: gah! sudden slowdown??
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: IS NULL vs IS NOT NULL