-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
Rollback recovery serially opens a cursor on every WT table, which is an obvious throughput bottleneck. For instances with hundreds of thousands of WT tables, this can take hours.
A cursor needs to be opened on each table to determine if the table is empty and needing of adjustment due to rollback.
One solution is to open cursors in parallel.