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

The default timeseries index does not use collection's collation if no collation is specified.

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution
    • Fully Compatible
    • ALL
    • Execution Team 2024-06-24, Execution Team 2024-07-08, Execution Team 2024-07-22, Execution Team 2024-08-05, Execution Team 2024-08-19

      To reproduce:

      db.createCollection("coll", {timeseries: {metaField: "meta", timeField : "time"}, collation: {locale: "en"}});

      and then run

      db.coll.runCommand("listIndexes")

       

       

      This behaviour diverges from a non-timeseries collection where the default _id index will use the collection's collation.

            Assignee:
            stephanie.eristoff@mongodb.com Stephanie Eristoff
            Reporter:
            kshitij.gupta@mongodb.com Kshitij Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: