Support index on a single metadata field in a time-series collection

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • Execution Team 2021-03-08
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      A createIndexes command with a single metadata field:
      {
          createIndexes: 'abc',
    indexes: [
              

      { 'mm.tag1': 1 }

          ]
}

      will be equivalent to the follow operation on the underlying buckets collection:
      {
          createIndexes: 'system.buckets.abc',
    indexes: [
              

      { 'meta.tag1': 1 }

          ]
}
      
By definition, the metadata field in the bucket collection is always named meta.

              Assignee:
              Benety Goh
              Reporter:
              Benety Goh
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: