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

Deprecate support for sharding time-series collections on time field

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • 2

      Allowing time-series collections to be sharded on the time field adds complexity and special handling for time-series in code.

      Because a time-series bucket contains a range of time and may overlap it is impossible without certain restrictions (such as fixed bucketing) to determine which shard owns a particular time.

      It makes building features such as unique indexes for time-series collections more difficult and inefficient.

      Users with large time-series workloads typically have (very) high cardinality and sharding on meta is sufficient.

      By deprecating support for sharding time-series collections on the time field, we can remove it in the future to allow for simplifications of the code.

            Assignee:
            Unassigned Unassigned
            Reporter:
            henrik.edin@mongodb.com Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: