Skip to main content
Skip to main content
Edit this page

system.aggregated_zookeeper_log

Description

This table contains aggregated statistics of ZooKeeper operations (e.g. number of operations, average latency, errors) grouped by (session_id, parent_path, operation, component, is_subrequest) and periodically flushed to disk.

Unlike system.zookeeper_log which logs every individual request and response, this table aggregates operations into groups, making it much more lightweight and therefore more suitable for production workloads.

Operations that are part of a Multi or MultiRead batch are tracked separately via the is_subrequest column. Subrequests have zero latency because the total latency is attributed to the enclosing Multi/MultiRead operation.

Columns

See also