Revert "enhance: enable default json stats (#44559)" (#44644)

This reverts commit 1b5191974c71eee342e4f7a8c804e1d95cfd094b.
 #44132

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
zhagnlu 2025-09-30 12:11:53 +08:00 committed by GitHub
parent 079cd97c0a
commit 4c49295c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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