v.20.3New Feature

Monitor Update Queue Size in Cache via System Metrics

Now you can monitor the size of update queue in cache/complex_key_cache dictionaries via system metrics. #9413 (Nikita Mikhaylov)
Monitoring the size of the update queue in cache and complex_key_cache dictionaries via system metrics.

Why it matters

This feature provides visibility into the internal update queues of dictionary caches, allowing users to monitor the queue sizes and better understand the performance and behavior of dictionary updates. It helps in diagnosing bottlenecks or delays in dictionary refresh processes.

How to use it

Users can monitor the update queue size by querying the relevant system metrics exposed by ClickHouse. No additional configuration is needed; the metrics for cache and complex_key_cache dictionaries are available in the system metrics once the dictionaries are being used.