-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The query latency metrics (metrics.queryLatencies.*) are currently not including queries with join order optimization. Those queries use different code path and don't set the 'planSelectionStrategy' which is required in order to update the respective histogram.
Add query latency metrics (count, total latency, and histogram) for JOO queries.
Consider the alternative to add the metrics to the existing metrics.queryLatencies.costBased histogram.