The maximum size of the IP trie dictionary in ClickHouse has been increased to support up to 128 million entries.
Why it matters
This feature was created to enable ClickHouse users to store and process larger IP trie dictionaries, which improves performance and scalability when working with very large IP address datasets. It solves limitations related to the size of IP trie dictionaries, allowing for more comprehensive and detailed IP data queries.How to use it
To use this feature, simply create or update your IP trie dictionary with up to 128 million entries. The system automatically supports the increased size limit, so no additional configuration is required beyond specifying the desired dictionary size when creating or updating the dictionary.