mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21092,MDEV-21095,MDEV-29997: Optimizer Trace for index condition pushdown, partition pruning, exists-to-in
Add Optimizer Tracing for: - Index Condition Pushdown - Partition Pruning - Exists-to-IN optimization
This commit is contained in:
@@ -133,15 +133,23 @@ select * from db1.t1 {
|
||||
"cost": 0.010504815
|
||||
},
|
||||
{
|
||||
"attaching_conditions_to_tables": {
|
||||
"attached_conditions_computation": [],
|
||||
"attached_conditions_summary": [
|
||||
{
|
||||
"table": "t1",
|
||||
"attached": null
|
||||
}
|
||||
]
|
||||
}
|
||||
"make_join_readinfo": [
|
||||
{
|
||||
"table": "t1",
|
||||
"index_condition": null
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"attaching_conditions_to_tables": {
|
||||
"attached_conditions_computation": [],
|
||||
"attached_conditions_summary": [
|
||||
{
|
||||
"table": "t1",
|
||||
"attached_condition": null
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -272,15 +280,23 @@ select * from db1.v1 {
|
||||
"cost": 0.010504815
|
||||
},
|
||||
{
|
||||
"attaching_conditions_to_tables": {
|
||||
"attached_conditions_computation": [],
|
||||
"attached_conditions_summary": [
|
||||
{
|
||||
"table": "t1",
|
||||
"attached": null
|
||||
}
|
||||
]
|
||||
}
|
||||
"make_join_readinfo": [
|
||||
{
|
||||
"table": "t1",
|
||||
"index_condition": null
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"attaching_conditions_to_tables": {
|
||||
"attached_conditions_computation": [],
|
||||
"attached_conditions_summary": [
|
||||
{
|
||||
"table": "t1",
|
||||
"attached_condition": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user