Simulation studies show typical B-tree nodes are 69% full.
Gives load Li = 0.69 × ci and depth of tree ~ ceil( logLi r ).
Example: ci=128, Li=88
Note: ci is generally larger than 128 for a real B-tree.