mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: print costs
Basic printout for join and table execution costs.
This commit is contained in:
@@ -211,12 +211,14 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
"table_name": "tt",
|
||||
"access_type": "ALL",
|
||||
"rows": 40,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"table_function": "json_table"
|
||||
}
|
||||
|
Reference in New Issue
Block a user