v.23.12New Feature
Dictionary with HASHED_ARRAY Layout Supports SHARDS Similar to HASHED
Dictionary withHASHED_ARRAY(andCOMPLEX_KEY_HASHED_ARRAY) layout supportsSHARDSsimilarly toHASHED. #57544 (vdimir).
Why it matters
This feature enables sharding capabilities for dictionaries using theHASHED_ARRAY and COMPLEX_KEY_HASHED_ARRAY layouts, allowing distributed dictionary data management and improved scalability across multiple nodes.How to use it
Users can define dictionaries with theHASHED_ARRAY or COMPLEX_KEY_HASHED_ARRAY layout and specify the SHARDS parameter in the dictionary configuration, just like they do with the HASHED layout, to enable sharding.