Skip to main content
Querying in ClickHouse CloudThe 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.

Description

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

Query
Response
Last modified on July 2, 2026