mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
This reverts commit 1b5191974c71eee342e4f7a8c804e1d95cfd094b. #44132 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
079cd97c0a
commit
4c49295c3d
@ -1035,7 +1035,7 @@ common:
|
|||||||
sync:
|
sync:
|
||||||
taskPoolReleaseTimeoutSeconds: 60 # The maximum time to wait for the task to finish and release resources in the pool
|
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
|
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
|
enabledGrowingSegmentJSONKeyStats: false # Indicates growingsegment whether to enable JSON key stats
|
||||||
enableConfigParamTypeCheck: true # Indicates whether to enable config param type check
|
enableConfigParamTypeCheck: true # Indicates whether to enable config param type check
|
||||||
enablePosixMode: false # Specifies whether to run in POSIX mode for enhanced file system compatibility
|
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{
|
p.EnabledJSONKeyStats = ParamItem{
|
||||||
Key: "common.enabledJSONKeyStats",
|
Key: "common.enabledJSONKeyStats",
|
||||||
Version: "2.5.5",
|
Version: "2.5.5",
|
||||||
DefaultValue: "true",
|
DefaultValue: "false",
|
||||||
Doc: "Indicates sealedsegment whether to enable JSON key stats",
|
Doc: "Indicates sealedsegment whether to enable JSON key stats",
|
||||||
Export: true,
|
Export: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user