Add system variable range_index_dive_limit and partition_index_dive_limit
This commit is contained in:
@ -11960,5 +11960,33 @@
|
|||||||
"background_cn": "",
|
"background_cn": "",
|
||||||
"ref_url": "",
|
"ref_url": "",
|
||||||
"placeholder": true
|
"placeholder": true
|
||||||
|
},
|
||||||
|
"range_index_dive_limit": {
|
||||||
|
"id": 10740,
|
||||||
|
"name": "range_index_dive_limit",
|
||||||
|
"default_value": "10",
|
||||||
|
"base_value": "10",
|
||||||
|
"data_type": "int",
|
||||||
|
"info": "Indicate the limit on the number of ranges when optimizer use storage cardinality estimation",
|
||||||
|
"flags": "SESSION | GLOBAL",
|
||||||
|
"publish_version": "425",
|
||||||
|
"info_cn": "",
|
||||||
|
"background_cn": "",
|
||||||
|
"ref_url": "",
|
||||||
|
"placeholder": true
|
||||||
|
},
|
||||||
|
"partition_index_dive_limit": {
|
||||||
|
"id": 10741,
|
||||||
|
"name": "partition_index_dive_limit",
|
||||||
|
"default_value": "10",
|
||||||
|
"base_value": "10",
|
||||||
|
"data_type": "int",
|
||||||
|
"info": "Indicate the limit on the number of partitions when optimizer use storage cardinality estimation",
|
||||||
|
"flags": "SESSION | GLOBAL",
|
||||||
|
"publish_version": "425",
|
||||||
|
"info_cn": "",
|
||||||
|
"background_cn": "",
|
||||||
|
"ref_url": "",
|
||||||
|
"placeholder": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user