v.19.8Improvements
Support Dictionaries in Clickhouse-copier for Functions in <sharding_key> #5270 (proller)
Support dictionaries in clickhouse-copier for functions in <sharding_key> #5270 (proller)Why it matters
This feature enablesclickhouse-copier to utilize dictionaries within sharding key functions, allowing more flexible and dynamic sharding strategies that rely on external key-value data. It enhances data distribution control and can improve copying operations in complex cluster setups.How to use it
Users can incorporate dictionary functions directly within thesharding_key expression in the clickhouse-copier configuration file to control shard allocation based on external dictionary lookups.