-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.2.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-06-23
-
None
-
3
-
TBD
-
🟦 Shard Catalog
-
None
-
None
-
None
-
None
-
None
-
None
db.serverStatus().catalogStats returns a summary of the collections and views in the system as follows:
> db.serverStatus().catalogStats { Â collections: 2, Â capped: 1, Â clustered: 0, Â timeseries: 1, Â views: 0, Â internalCollections: 5, Â internalViews: 0, Â csfle: 0, Â queryableEncryption: 0 }
Â
Legacy 'viewful' timeseries collection increment timeseries (due to the view) and internalCollections field (due to the system.buckets collection) but no other field.
Â
Viewless timeseries collections should only increment timeseries but no other field.
Notably they should not increment collections nor clustered, both to avoid a breaking change and because they are not shown as clustered collections in listCollections.