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

system.dns_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.

Содержит информацию о кэшированных DNS‑записях.

Столбцы:

Пример

Запрос:

SELECT * FROM system.dns_cache;

Результат:

hostnameip_addressip_familycached_at
localhost::1IPv62024-02-11 17:04:40
localhost127.0.0.1IPv42024-02-11 17:04:40

См. также