跳到主要内容
跳到主要内容

system.query_condition_cache

Querying in ClickHouse Cloud

このシステムテーブルのデータは、ClickHouse Cloudの各ノードにローカルで保管されています。そのため、すべてのデータの完全なビューを取得するには、clusterAllReplicas 関数が必要です。詳細については こちら をご覧ください。

显示 查询条件缓存 的内容。

列:

  • table_uuid (String) — 表的 UUID。
  • part_name (String) — 分片名称。
  • condition (String) — 哈希过滤条件。仅在设置 query_condition_cache_store_conditions_as_plaintext = true 时设置。
  • condition_hash (String) — 过滤条件的哈希值。
  • entry_size (UInt64) — 条目的大小(字节)。
  • matching_marks (String) — 匹配标记。

示例