* statistics: introduce new estimation logic when index histogram fail to estimate * address comments * address comments Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
13 lines
400 B
JSON
13 lines
400 B
JSON
[
|
|
{
|
|
"name": "TestExpBackoffEstimation",
|
|
"cases": [
|
|
"explain select * from exp_backoff where a = 1",
|
|
"explain select * from exp_backoff where b = 1",
|
|
"explain select * from exp_backoff where c = 1",
|
|
"explain select * from exp_backoff where d >= 3 and d <= 5",
|
|
"explain select * from exp_backoff where a = 1 and b = 1 and c = 1 and d >= 3 and d<= 5"
|
|
]
|
|
}
|
|
]
|