v.20.1New Feature
Add SYSTEM RELOAD DICTIONARY Query in ON CLUSTER Mode
Add ability to executeSYSTEM RELOAD DICTIONARYquery inON CLUSTERmode. #8288 (Guillaume Tassery)
Why it matters
This feature allows users to reload dictionaries across all nodes in a cluster simultaneously with a single command, simplifying dictionary management and ensuring consistency across distributed environments.How to use it
Use the commandSYSTEM RELOAD DICTIONARY ON CLUSTER <cluster_name> <dictionary_name> to reload a dictionary on all nodes within the specified cluster.