-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
RSS Sydney
At the moment, we perform BSONColumn decompression several times when running validation with full set to true (or BSONConformance set to true). We perform it once during BSON validation here and then again during timeseries bucket validation here and here. Since this is a relatively expensive operation we can look into re-using the decompressed column from the earlier check in the later checks.
- related to
-
SERVER-80346 validate doesn't validate BSONColumn's binary format
- Closed
- split from
-
SERVER-93768 Improve validation runtime performance
- Closed