-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
ALL
-
v7.0, v6.3, v6.0, v5.0
-
-
QE 2023-02-06, QE 2023-02-20, QE 2023-03-06, QE 2023-03-20, QE 2023-04-03, QE 2023-04-17, QE 2023-05-01
In SERVER-57589 we added support for collStats command on timeseries collection. On the other hand the $collStats aggregation stage does not fully support timeseries. In particular if we execute
[{'$collStats': {'storageStats': {}}}]
on a timeseries collection we will get a StaleConfig error.
- is related to
-
SERVER-75416 Support $planCacheStats aggregation stage on time-series collection (sharded and unsharded)
- Backlog
-
SERVER-57589 Enhance testing for cluster collStats and indexStats commands to ensure top-level 'timeseries' summation works
- Closed