-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
if a jumbo chunk forms, splitVector is traversing it entirely to pick serveral split points. In an auto-split because of an insertion, we just want one split point. We also want to limit the number of objects in that chunk because it may move – and many small objects hurt migrate performance.