mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: disable default json stats (#45133)
issue: https://github.com/milvus-io/milvus/issues/44132 Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
This commit is contained in:
parent
659c93836c
commit
ddc0656d43
@ -1022,7 +1022,7 @@ common:
|
||||
sync:
|
||||
taskPoolReleaseTimeoutSeconds: 60 # The maximum time to wait for the task to finish and release resources in the pool
|
||||
enabledOptimizeExpr: true # Indicates whether to enable optimize expr
|
||||
enabledJSONKeyStats: true # Indicates sealedsegment whether to enable JSON key stats
|
||||
enabledJSONKeyStats: false # Indicates sealedsegment whether to enable JSON key stats
|
||||
enabledGrowingSegmentJSONKeyStats: false # Indicates growingsegment whether to enable JSON key stats
|
||||
enableConfigParamTypeCheck: true # Indicates whether to enable config param type check
|
||||
enablePosixMode: false # Specifies whether to run in POSIX mode for enhanced file system compatibility
|
||||
|
||||
@ -1220,7 +1220,7 @@ This helps Milvus-CDC synchronize incremental data`,
|
||||
p.EnabledJSONKeyStats = ParamItem{
|
||||
Key: "common.enabledJSONKeyStats",
|
||||
Version: "2.5.5",
|
||||
DefaultValue: "true",
|
||||
DefaultValue: "false",
|
||||
Doc: "Indicates sealedsegment whether to enable JSON key stats",
|
||||
Export: true,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user