-
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
There are several cleanups that we can do once viewful timeseris collection will be gone (>9.0). The following is a non-exhaustive list of those.
- Many functions accepts and propagate the `isTimeseriesViewRequest` parameter (e.g. here). We should be able to remove this parameter from all the functions.
- Remove translateExplainObjForRawData function and all its usages.
- Remove replaceNamespaceByBucketNss function and all its usages.
- Remove isTimeseriesLogicalRequest and replace its usage with `isRawDataOperation(opCtx)`