-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Execution Team 2021-12-27, Execution Team 2022-01-10
Currently, retrieving documents from a time-series collection using the find command and an index spec as a hint returns a BadValue exception as the index spec in the hint isn't translated to its corresponding buckets collection index spec. We currently only support indexes on the timeField and metaField for time-series collections, so we should allow queries with index spec as hints to work by translating the index spec in the hint to its buckets collection index spec. This helper function will be useful as it performs the index spec translation.
- causes
-
SERVER-63902 Natural hints no longer work on TS collections when featureFlagTimeseriesMetricIndexes is enabled
- Closed
- related to
-
SERVER-86996 Apply QuerySettings for timeseries collection queries
- Closed