-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
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.
- depends on
-
SERVER-92282 The normalized index spec is sometimes applied when creating an index on an empty collection
- Closed
- is related to
-
SERVER-89705 Resharding a timeseries adds the collation to the default timeseries index
- Closed