Skip to main content
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 trace spans for executed queries. It is safe to truncate or drop this table at any time.

Columns

Aliases:
  • attribute.names โ€” Alias for mapKeys(attribute).
  • attribute.values โ€” Alias for mapValues(attribute).

Example

Query
Response

See Also

Last modified on September 11, 2026