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

create secondary indexes on time-series collections

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Execution Team 2020-12-14

      A system.buckets collection should be indexed on `control.max.time`.

      We may create one or two secondary indexes depending on whether a metadata field is configured for the time-series collection:

      • Defining a meta field results in two more secondary indexes:
        • { meta: 1, control.max.time: 1 }
        • { control.max.time: 1, meta: 1 }.
      • If no meta field is defined at time series creation time, just one secondary index is created, on { control.max.time: 1 }.

            Assignee:
            geert.bosch@mongodb.com Geert Bosch
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: