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(UUID) — UUID таблицы.part_name(String) — Имя части.condition(String) — Хешированное условие фильтрации. Задаётся только если настройка query_condition_cache_store_conditions_as_plaintext = true.condition_hash(UInt64) — Хеш условия фильтрации.entry_size(UInt64) — Размер записи в байтах.matching_marks(String) — Совпадающие метки.
Пример