Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Contains information about cached DNS records.

Columns

Example

Query
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

See also