Re: How many levels a B-tree has?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How many levels a B-tree has?
Дата
Msg-id 25072.1052930537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How many levels a B-tree has?  ("Cris" <cris@dmcid.net>)
Ответы Re: How many levels a B-tree has?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
"Cris" <cris@dmcid.net> writes:
> I need to know (if it possible) how many LEVELS a B-tree index
> has (to know how many accesses to the disk it would do in a query).

In CVS tip we keep track of that information in the index's metapage
(page zero).  But in so-far-released versions it's not explicitly
tracked anywhere.  You'd have to actually chase down the tree from the
root to a leaf to count the levels.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: - what protocol for an Internet postgres connection
Следующее
От: Fernando Flores Prior
Дата:
Сообщение: Re: - what protocol for an Internet postgres