v.20.10Improvement
Support for Disabling Persistency in StorageJoin and StorageSet
Support for disabling persistency forStorageJoinandStorageSet, this feature is controlled by settingdisable_set_and_join_persistency. And this PR solved issue #6318. #14776 (vxider).
Why it matters
This feature addresses the need to control and optionally disable the persistency of data inStorageJoin and StorageSet. Disabling persistency can improve performance and resource usage in scenarios where persistence is unnecessary, providing users with more flexibility in managing temporary or ephemeral data.How to use it
To disable persistency forStorageJoin and StorageSet, set the configuration option disable_set_and_join_persistency to true in the ClickHouse server configuration file or via session settings.