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:
zhagnlu 2025-11-06 19:21:30 +08:00 committed by GitHub
parent 2c50d7e1f8
commit 27d737bbaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,