-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The function should implement the following logic:
return isTimeseriesCollection() && ns().isTimeseriesBucketsCollection()
This new API need to be available both in shard and router role. Thus, we will need to expose it respectively in:
- Router Role -> ChunkManager
- Shard Role -> Collection
This function allows us to simplify all the places in which we do:
if (coll->isTimeseries() && !coll->isNewTimeseriesWithoutView())
if (coll->isLegacyTimeseriesBuckets())
- is related to
-
SERVER-100717 Implement viewless timeseries catalog APIs
-
- Closed
-