defaultOverheadFactor constant
double
const defaultOverheadFactor
Default overhead factor for B+ tree structure and future growth. A factor of 1.5 means 50% extra space is reserved for the B+ tree structure.
Implementation
static const double defaultOverheadFactor = 1.5;