Перейти к основному содержимому
Перейти к основному содержимому

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.

Показывает содержимое кэша условий запросов.

Столбцы:

  • table_uuid (String) — UUID таблицы.
  • part_name (String) — Имя части.
  • condition (String) — Хешированное условие фильтра. Устанавливается только если настройка query_condition_cache_store_conditions_as_plaintext = true.
  • condition_hash (String) — Хеш условия фильтра.
  • entry_size ([UInt64](../../sql-reference/data-types/int- uint.md)) — Размер записи в байтах.
  • matching_marks (String) — Совпадающие метки.

Пример