durusmail: durus-users: criteria for optimal BNode mimimum_degree
criteria for optimal BNode mimimum_degree
2005-10-07
2005-10-07
2005-10-08
criteria for optimal BNode mimimum_degree
David Binger
2005-10-07
On Oct 7, 2005, at 1:52 PM, mario ruggier wrote:

> Hi,
>
> what criteria do you use for selecting the minimum degree for the
> BNodes of a BTree?
> Is there a simple rule of thumb?
>
> Do I understand correctly, that a smaller minimum degree gives:
> -> faster writes
> -> slower unpacked db file size growth
> -> slower reads
>
> Thus, for frequent writes, and seldom reads, use smaller min
> degree, and vice-versa ?

That is probably all true, in most cases, but it depends not only on the
frequency of the operations, but also on the distribution of keys
used in
them.
reply