v.21.1New Features

IP Dictionary Enhances Key Fetching Support

IP Dictionary supports key fetching. Resolves #18241. #18480 (vdimir).
IP Dictionary now supports key fetching, enabling retrieval of values by keys efficiently.

Why it matters

This feature addresses the need for efficient lookups within IP Dictionaries by allowing direct key-based fetching, improving performance and usability for queries involving IP-to-value mappings.

How to use it

Users can apply key fetching on IP Dictionaries by querying with key-based access patterns, leveraging the enhanced dictionary interface to retrieve corresponding values. Specific usage involves using the dictionary functions with keys that represent IPs or IP ranges.