Store basic index parameters to reduce construction overhead of different indices.
For example, by just storing the lower and upper bound values of a numeric range tree, we can deduce the correct tree beforehand and avoid splitting/reallocating nodes.