[docs] fix config enable_force_drop_redundant_replica name not correct in docs (#8154)
This commit is contained in:
@ -2073,7 +2073,7 @@ Default: true
|
||||
Whether to use compressed format to send query plan structure. After it is turned on, the size of the query plan structure can be reduced by about 50%, thereby avoiding some "send fragment timeout" errors.
|
||||
However, in some high-concurrency small query scenarios, the concurrency may be reduced by about 10%.
|
||||
|
||||
### force_drop_redundant_replica
|
||||
### enable_force_drop_redundant_replica
|
||||
|
||||
Default: false
|
||||
|
||||
|
||||
@ -2093,7 +2093,9 @@ load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清
|
||||
|
||||
如果设置为true,将关闭副本修复和均衡逻辑。
|
||||
|
||||
### force_drop_redundant_replica
|
||||
|
||||
|
||||
### enable_force_drop_redundant_replica
|
||||
|
||||
默认值:false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user