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

adjust startup to resume index build from phase 1 (collection scan)

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.7.0
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2020-08-10, Execution Team 2020-08-24

      Currently, index builds are restarted from the beginning. To be able to resume an index build, we require the temporary tables used by the hybrid index build to be preserved on startup and the progress information in the internal index build table (one table per index build).

      This ticket implements the resumable index build logic for index builds that were shut down during the collection scan phase. The internal ident for the index build should have the following phase:

      { _id: <build uuid>,
       phase: "collection scan",
       ...
      }
      

            Assignee:
            gregory.noma@mongodb.com Gregory Noma
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: