mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
enhance: disable jsonshredding for default config (#45349)
#42533 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
2c50d7e1f8
commit
27d737bbaf
@ -1023,7 +1023,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
|
||||||
enabledJSONShredding: true # Indicates sealedsegment whether to enable JSON key stats
|
enabledJSONShredding: false # Indicates sealedsegment whether to enable JSON key stats
|
||||||
enabledGrowingSegmentJSONShredding: false # Indicates growingsegment whether to enable JSON key stats
|
enabledGrowingSegmentJSONShredding: 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
|
||||||
|
|||||||
@ -1221,7 +1221,7 @@ This helps Milvus-CDC synchronize incremental data`,
|
|||||||
p.EnabledJSONKeyStats = ParamItem{
|
p.EnabledJSONKeyStats = ParamItem{
|
||||||
Key: "common.enabledJSONShredding",
|
Key: "common.enabledJSONShredding",
|
||||||
Version: "2.6.5",
|
Version: "2.6.5",
|
||||||
DefaultValue: "true",
|
DefaultValue: "false",
|
||||||
Doc: "Indicates sealedsegment whether to enable JSON key stats",
|
Doc: "Indicates sealedsegment whether to enable JSON key stats",
|
||||||
FallbackKeys: []string{"common.enabledJSONKeyStats"},
|
FallbackKeys: []string{"common.enabledJSONKeyStats"},
|
||||||
Export: true,
|
Export: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user