mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch 'bb-11.5-release' into bb-11.6-release
This commit is contained in:
@ -133,7 +133,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.052271677,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -146,7 +146,7 @@ EXPLAIN
|
||||
"ref": ["const"],
|
||||
"loops": 1,
|
||||
"rows": 1,
|
||||
"cost": 0.002024411,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"index_condition": "nation.n_name = 'PERU'"
|
||||
}
|
||||
@ -162,7 +162,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.nation.n_nationkey"],
|
||||
"loops": 1,
|
||||
"rows": 6,
|
||||
"cost": 0.008193756,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
},
|
||||
@ -185,7 +185,7 @@ EXPLAIN
|
||||
},
|
||||
"loops": 6,
|
||||
"rows": 15,
|
||||
"cost": 0.04205351,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 7.199999809,
|
||||
"attached_condition": "orders.o_orderDATE between '1992-01-01' and '1992-06-30'"
|
||||
}
|
||||
@ -523,7 +523,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.40015207,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -532,7 +532,7 @@ EXPLAIN
|
||||
"possible_keys": ["PRIMARY", "i_n_regionkey"],
|
||||
"loops": 1,
|
||||
"rows": 25,
|
||||
"cost": 0.013945725,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 40,
|
||||
"attached_condition": "nation.n_regionkey in (1,2)"
|
||||
}
|
||||
@ -548,7 +548,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.nation.n_nationkey"],
|
||||
"loops": 10,
|
||||
"rows": 6,
|
||||
"cost": 0.08009436,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
},
|
||||
@ -571,7 +571,7 @@ EXPLAIN
|
||||
},
|
||||
"loops": 60,
|
||||
"rows": 15,
|
||||
"cost": 0.306111985,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 6.666666508,
|
||||
"attached_condition": "orders.o_orderDATE between '1992-10-09' and '1993-06-08'",
|
||||
"first_match": "customer"
|
||||
@ -638,7 +638,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.40015207,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -647,7 +647,7 @@ EXPLAIN
|
||||
"possible_keys": ["PRIMARY", "i_n_regionkey"],
|
||||
"loops": 1,
|
||||
"rows": 25,
|
||||
"cost": 0.013945725,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 40,
|
||||
"attached_condition": "nation.n_regionkey in (1,2)"
|
||||
}
|
||||
@ -663,7 +663,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.nation.n_nationkey"],
|
||||
"loops": 10,
|
||||
"rows": 6,
|
||||
"cost": 0.08009436,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
},
|
||||
@ -686,7 +686,7 @@ EXPLAIN
|
||||
},
|
||||
"loops": 60,
|
||||
"rows": 15,
|
||||
"cost": 0.306111985,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 6.666666508,
|
||||
"attached_condition": "orders.o_orderDATE between '1992-10-09' and '1993-06-08'",
|
||||
"first_match": "customer"
|
||||
@ -1124,7 +1124,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.382051418,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -1133,7 +1133,7 @@ EXPLAIN
|
||||
"possible_keys": ["PRIMARY"],
|
||||
"loops": 1,
|
||||
"rows": 150,
|
||||
"cost": 0.03493875,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
},
|
||||
@ -1160,7 +1160,7 @@ EXPLAIN
|
||||
"possible_keys": ["i_o_orderdate", "i_o_custkey"],
|
||||
"loops": 1,
|
||||
"rows": 1500,
|
||||
"cost": 0.2532975,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 16.13333321,
|
||||
"attached_condition": "orders.o_orderDATE between '1992-01-09' and '1993-03-08'"
|
||||
}
|
||||
@ -1607,7 +1607,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.085533248,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -1616,32 +1616,34 @@ EXPLAIN
|
||||
"possible_keys": ["distinct_key"],
|
||||
"loops": 1,
|
||||
"rows": 28,
|
||||
"cost": 0.03691572,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"materialized": {
|
||||
"unique": 1,
|
||||
"query_block": {
|
||||
"select_id": 2,
|
||||
"cost": 0.053826401,
|
||||
"having_condition": "count(orders.o_custkey) > 1",
|
||||
"temporary_table": {
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
"table_name": "orders",
|
||||
"access_type": "range",
|
||||
"possible_keys": ["i_o_orderdate"],
|
||||
"key": "i_o_orderdate",
|
||||
"key_length": "4",
|
||||
"used_key_parts": ["o_orderDATE"],
|
||||
"loops": 1,
|
||||
"rows": 28,
|
||||
"cost": 0.035889016,
|
||||
"filtered": 100,
|
||||
"index_condition": "orders.o_orderDATE between '1992-01-09' and '1992-03-08'"
|
||||
"materialization": {
|
||||
"query_block": {
|
||||
"select_id": 2,
|
||||
"cost": "COST_REPLACED",
|
||||
"having_condition": "count(orders.o_custkey) > 1",
|
||||
"temporary_table": {
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
"table_name": "orders",
|
||||
"access_type": "range",
|
||||
"possible_keys": ["i_o_orderdate"],
|
||||
"key": "i_o_orderdate",
|
||||
"key_length": "4",
|
||||
"used_key_parts": ["o_orderDATE"],
|
||||
"loops": 1,
|
||||
"rows": 28,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"index_condition": "orders.o_orderDATE between '1992-01-09' and '1992-03-08'"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1658,7 +1660,7 @@ EXPLAIN
|
||||
"ref": ["<subquery2>.o_custkey"],
|
||||
"loops": 28,
|
||||
"rows": 1,
|
||||
"cost": 0.048617528,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
}
|
||||
@ -1690,7 +1692,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.085533248,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -1699,32 +1701,34 @@ EXPLAIN
|
||||
"possible_keys": ["distinct_key"],
|
||||
"loops": 1,
|
||||
"rows": 28,
|
||||
"cost": 0.03691572,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"materialized": {
|
||||
"unique": 1,
|
||||
"query_block": {
|
||||
"select_id": 2,
|
||||
"cost": 0.053826401,
|
||||
"having_condition": "count(orders.o_custkey) > 1",
|
||||
"temporary_table": {
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
"table_name": "orders",
|
||||
"access_type": "range",
|
||||
"possible_keys": ["i_o_orderdate"],
|
||||
"key": "i_o_orderdate",
|
||||
"key_length": "4",
|
||||
"used_key_parts": ["o_orderDATE"],
|
||||
"loops": 1,
|
||||
"rows": 28,
|
||||
"cost": 0.035889016,
|
||||
"filtered": 100,
|
||||
"index_condition": "orders.o_orderDATE between '1992-01-09' and '1992-03-08'"
|
||||
"materialization": {
|
||||
"query_block": {
|
||||
"select_id": 2,
|
||||
"cost": "COST_REPLACED",
|
||||
"having_condition": "count(orders.o_custkey) > 1",
|
||||
"temporary_table": {
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
"table_name": "orders",
|
||||
"access_type": "range",
|
||||
"possible_keys": ["i_o_orderdate"],
|
||||
"key": "i_o_orderdate",
|
||||
"key_length": "4",
|
||||
"used_key_parts": ["o_orderDATE"],
|
||||
"loops": 1,
|
||||
"rows": 28,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"index_condition": "orders.o_orderDATE between '1992-01-09' and '1992-03-08'"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1741,7 +1745,7 @@ EXPLAIN
|
||||
"ref": ["<subquery2>.o_custkey"],
|
||||
"loops": 28,
|
||||
"rows": 1,
|
||||
"cost": 0.048617528,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
}
|
||||
@ -3275,7 +3279,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 0.776623555,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -3292,7 +3296,7 @@ EXPLAIN
|
||||
"used_key_parts": ["ps_suppkey", "ps_partkey"],
|
||||
"loops": 1,
|
||||
"rows": 176,
|
||||
"cost": 0.019403477,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 5.113636494,
|
||||
"attached_condition": "partsupp_small.ps_partkey in (1,2,3)",
|
||||
"using_index": true,
|
||||
@ -3310,7 +3314,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.partsupp_small.ps_suppkey"],
|
||||
"loops": 9,
|
||||
"rows": 600,
|
||||
"cost": 0.757220078,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 11.11111069,
|
||||
"using_index": true
|
||||
}
|
||||
@ -3342,7 +3346,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 2.191459679,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"table": {
|
||||
@ -3351,7 +3355,7 @@ EXPLAIN
|
||||
"possible_keys": ["i_l_suppkey"],
|
||||
"loops": 1,
|
||||
"rows": 6005,
|
||||
"cost": 0.988432825,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
},
|
||||
@ -3386,7 +3390,7 @@ EXPLAIN
|
||||
"used_key_parts": ["ps_partkey"],
|
||||
"loops": 1,
|
||||
"rows": 9,
|
||||
"cost": 0.003756598,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"attached_condition": "partsupp_small.ps_partkey in (1,2,3)",
|
||||
"using_index": true
|
||||
@ -3525,7 +3529,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 4.129940741,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"duplicates_removal": [
|
||||
@ -3539,7 +3543,7 @@ EXPLAIN
|
||||
"used_key_parts": ["s_suppkey"],
|
||||
"loops": 1,
|
||||
"rows": 1,
|
||||
"cost": 0.001478954,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"attached_condition": "supplier.s_suppkey < 2",
|
||||
"using_index": true
|
||||
@ -3561,7 +3565,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.supplier.s_suppkey"],
|
||||
"loops": 1,
|
||||
"rows": 17,
|
||||
"cost": 0.003160332,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 79.54545593,
|
||||
"attached_condition": "partsupp_small.ps_partkey is not null",
|
||||
"using_index": true
|
||||
@ -3578,7 +3582,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.partsupp_small.ps_partkey"],
|
||||
"loops": 14,
|
||||
"rows": 30,
|
||||
"cost": 0.069152188,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"using_index": true
|
||||
}
|
||||
@ -3594,7 +3598,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.partsupp_small.ps_partkey"],
|
||||
"loops": 420.35,
|
||||
"rows": 30,
|
||||
"cost": 1.994712365,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 0.237896994,
|
||||
"using_index": true
|
||||
}
|
||||
@ -3641,7 +3645,7 @@ EXPLAIN
|
||||
{
|
||||
"query_block": {
|
||||
"select_id": 1,
|
||||
"cost": 4.590092321,
|
||||
"cost": "COST_REPLACED",
|
||||
"nested_loop": [
|
||||
{
|
||||
"duplicates_removal": [
|
||||
@ -3655,7 +3659,7 @@ EXPLAIN
|
||||
"used_key_parts": ["s_suppkey"],
|
||||
"loops": 1,
|
||||
"rows": 1,
|
||||
"cost": 0.001478954,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
"attached_condition": "supplier.s_suppkey < 2",
|
||||
"using_index": true
|
||||
@ -3677,7 +3681,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.supplier.s_suppkey"],
|
||||
"loops": 1,
|
||||
"rows": 17,
|
||||
"cost": 0.003160332,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 79.54545593,
|
||||
"attached_condition": "partsupp_small.ps_partkey is not null",
|
||||
"using_index": true
|
||||
@ -3694,7 +3698,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.partsupp_small.ps_partkey"],
|
||||
"loops": 14,
|
||||
"rows": 30,
|
||||
"cost": 0.529303768,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100
|
||||
}
|
||||
},
|
||||
@ -3709,7 +3713,7 @@ EXPLAIN
|
||||
"ref": ["dbt3_s001.partsupp_small.ps_partkey"],
|
||||
"loops": 420.35,
|
||||
"rows": 30,
|
||||
"cost": 1.994712365,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 0.237896994,
|
||||
"using_index": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user