Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
It's not uncommon for a TLK to have a "root node" that has a single entry in it pointing to a leaf node with all the info in. In such cases we can avoid a lot of cache lookups by pointing the "root" in the CKeyIndex directly to the (single) leaf.
It might also be ok to do this for non TLK indexes though it will be much less common.