Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-96143

Speedup Rollback Recovery

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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.

            Assignee:
            Unassigned Unassigned
            Reporter:
            matt.kneiser@mongodb.com Matt Kneiser
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: