-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Slow query logs show a planSummary. For single table query these show the relevant index(es). For join queries, this summary is more complex as we need to display the join order and algorithms as well.
One idea is to implement a compact shorthand in functional style:
HJ(Ixscan(A), INLJ(Collscan(B), Probe(C)))
- is related to
-
SERVER-131959 Instrument join optimization with metrics
-
- In Progress
-