B-tree fan-out

Поиск
Список
Период
Сортировка
От cluster
Тема B-tree fan-out
Дата
Msg-id f5h84b$12a9$1@news.hub.org
обсуждение исходный текст
Ответы Re: B-tree fan-out  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
What is the fan-out (number of child nodes) on each B-tree node in
postgresql? Is it dependent of the size of the keys being indexed? If
so: How?

In B-trees all non-leaf nodes have a bunch of pointers to its child
nodes. What is the size of such a pointer?


Thanks

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

Предыдущее
От: cluster
Дата:
Сообщение: B-tree fan-out
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: B-tree fan-out