-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
QE 2024-04-29, QE 2024-05-13
Profiling of the insert phase in the TimeSeriesTelemetry test case shows that 60% of the time is spent in getSuitableBucketForReopening, because the query is processed every time even if it has a fixed structure.
Investigate if the query can be parameterized and reused at least in the same insert() statement
- duplicates
-
SERVER-89061 Queries where agg pipeline is pushed to SBE may multiplan every time
- Closed
- is related to
-
SERVER-86094 Investigate why query planning is slower in SBE for certain time series insert workloads
- Open