system.query_condition_cache
Querying in ClickHouse Cloud
The data in this system table is held locally on each node in ClickHouse Cloud. Obtaining a complete view of all data, therefore, requires the clusterAllReplicas function. See here for further details.
Shows the content of the query condition cache.
Columns:
key_hash(UInt128) — Hash of (table_uuid, part_name, condition_hash).entry_size(UInt64) — The size of the entry in bytes.matching_marks(String) — Matching marks.
Example