-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
Currently collection validation runs entirely serially, first traversing through the collection and then traversing through every index. At the cost of additional CPU and memory usage, we should be able to speed up this process by running the scans the parallel with each other as a new validation mode.