Files
tidb/pkg/statistics/testdata/integration_suite_out.json

52 lines
1.8 KiB
JSON

[
{
"Name": "TestExpBackoffEstimation",
"Cases": [
[
"IndexReader_7 5.00 root index:IndexRangeScan_6",
"└─IndexRangeScan_6 5.00 cop[tikv] table:exp_backoff, index:idx(a, b, c, d) range:[1,1], keep order:false"
],
[
"IndexReader_11 3.00 root index:Selection_10",
"└─Selection_10 3.00 cop[tikv] eq(test.exp_backoff.b, 1)",
" └─IndexFullScan_9 5.00 cop[tikv] table:exp_backoff, index:idx(a, b, c, d) keep order:false"
],
[
"IndexReader_11 2.00 root index:Selection_10",
"└─Selection_10 2.00 cop[tikv] eq(test.exp_backoff.c, 1)",
" └─IndexFullScan_9 5.00 cop[tikv] table:exp_backoff, index:idx(a, b, c, d) keep order:false"
],
[
"IndexReader_11 3.00 root index:Selection_10",
"└─Selection_10 3.00 cop[tikv] ge(test.exp_backoff.d, 3), le(test.exp_backoff.d, 5)",
" └─IndexFullScan_9 5.00 cop[tikv] table:exp_backoff, index:idx(a, b, c, d) keep order:false"
],
[
"IndexReader_7 1.36 root index:IndexRangeScan_6",
"└─IndexRangeScan_6 1.36 cop[tikv] table:exp_backoff, index:idx(a, b, c, d) range:[1 1 1 3,1 1 1 5], keep order:false"
],
[
"IndexReader_7 1.00 root index:IndexRangeScan_6",
"└─IndexRangeScan_6 1.00 cop[tikv] table:exp_backoff, index:idx(a, b, c, d) range:[1 1 1 3,1 1 1 5], keep order:false"
]
]
},
{
"Name": "TestNULLOnFullSampling",
"Cases": [
[
"test t a 0 1 3",
"test t a 0 2 2",
"test t idx 1 1 3",
"test t idx 1 2 2"
],
[
"test t a 0 0 1 1 3 3 0",
"test t a 0 1 2 1 4 4 0",
"test t idx 1 0 1 1 3 3 0",
"test t idx 1 1 2 1 4 4 0"
]
]
}
]