-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
There are several places (container_write.cpp, wiredtiger_container.cpp) where we are doing per-key work that could be amortized across a batch, including FCV checks, opening a WT cursor, and more. We could avoid this by supporting batches of container writes, which could be used particularly by the spills during the scan phase, as well as the bulk load.