mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Optimizer trace: print cost and #rows of the join prefix
The names rows_for_plan and cost_for_plan follow MySQL Also added post-join-operation selectivity cost
This commit is contained in:
@ -213,7 +213,9 @@ explain select * from t1 where a=1 or b=1 {
|
||||
"chosen": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"rows_for_plan": 2,
|
||||
"cost_for_plan": 4.5484
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user