Click House Query Details

In the Pulse UI, go to ClickHouse > Queries. On the Queries, click a Query ID. The summary panel appears with the following details.

The Summary Panel displays key details about a selected ClickHouse query, grouped into identification, execution, environment, and resource metrics.

MetricDescription
Query IDUnique identifier assigned to the query. Helps trace, analyze, or debug specific executions.
UserThe ClickHouse user account that executed the query.
DatabaseThe database in which the query was executed.
Query KindIndicates the type of query executed (for example, SELECT, INSERT, or ALTER).
StatusDisplays the query’s current state, such as FINISHED, RUNNING, or FAILED.
DurationTotal time taken to execute the query, measured in milliseconds (ms).
Start TimeThe timestamp indicating when query execution began.
ClientDisplays the client or interface from which the query was initiated (for example, Pulse UI or CLI).
HostnameThe host or node where the query was processed.
Memory UsageTotal memory consumed during query execution.
Rows ReadNumber of rows read from tables to complete the query.
Bytes ReadTotal amount of data read during query execution, measured in bytes or kilobytes (KB).
Bytes WrittenAmount of data written to disk during the query, usually for INSERT or temporary operations.

###

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard