-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
v8.0, v7.3, v7.0
-
Execution Team 2024-04-29
Currently we extract key features of the document to be inserted during bucket_catalog::insert, such as the normalized metaField and timeField. We already do this without holding the stripe lock, so it will be straightforward to extract it to a separate preparation method. This will offer us more flexibility to optimize for batched inserts.
- is depended on by
-
SERVER-89262 Introduce bucket_catalog::insertBatch method that accepts a number of measurements with matching metaField values
- In Code Review