Re: [PERFORM] Explain Analyze - actual time in loops

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PERFORM] Explain Analyze - actual time in loops
Дата
Msg-id 19229.1504879650@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PERFORM] Explain Analyze - actual time in loops  (Neto pr <netopr9@gmail.com>)
Список pgsql-performance
Neto pr <netopr9@gmail.com> writes:
> I need to know the height of a B-tree index (level of the leaf node
> farthest from the root).

pageinspect's bt_metap() will give you that --- it's the "level"
field, I believe.
        regards, tom lane


-- 
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

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

Предыдущее
От: Neto pr
Дата:
Сообщение: Re: [PERFORM] Explain Analyze - actual time in loops
Следующее
От: Soni M
Дата:
Сообщение: Re: [PERFORM] OS cache management