v.25.11Improvement
Reduce the amount of metadata SharedMergeTree stores
Disableshared_merge_tree_create_per_replica_metadata_nodesto reduce the amount of metadataSharedMergeTreestores in Keeper. #89036 (Alexander Tokmakov).
Why it matters
This feature allows users to reduce the volume of metadata stored in Keeper bySharedMergeTree. It addresses the problem of excessive metadata storage per replica, which can improve Keeper's performance and scalability in distributed environments.How to use it
To enable this feature, set the settingshared_merge_tree_create_per_replica_metadata_nodes to 0 (false) in your ClickHouse configuration or session settings. This will disable the creation of per-replica metadata nodes in Keeper for SharedMergeTree tables.