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

Preparation work to enable selection of new index format.

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.1
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • Storage 2018-02-12

      A new unique index format will be introduced. To allow selection of this new format while creating a unique index, add a gating variable in MongoDB via a global conditional. Identify the places in code that do unique index work with WiredTiger and stub that code to deal with new format.
      No need to plumb it through to a public configurable option.

      Also add a new IndexDescriptor::IndexVersion flag kV2Unique, which will be set on index creation if the new index format is selected by enabling the gating variable.

            Assignee:
            neha.khatri Neha Khatri
            Reporter:
            neha.khatri Neha Khatri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: