B-tree fan-out

From: cluster <skrald(at)amossen(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: B-tree fan-out
Date: 2007-06-22 19:32:30
Message-ID: f5h84b$12a9$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2007-06-22 19:37:35 Re: B-tree fan-out
Previous Message cluster 2007-06-22 19:11:35 B-tree fan-out