-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
We see a lot of time spent in translateCell(). This is called once per cell, per document, and it creates a new ColumnStoreEncoder which has a large-ish stack buffer. We should try making one ColumnStoreEncoder and using that throughout the getNext() (or maybe throughout the whole stage's lifetime).
- is depended on by
-
SERVER-69105 Achieve column index performance acceptable for release
- Closed