Query trace Panel
The Query trace panel helps you analyze how a query runs inside the database. It tracks read and write operations, timing, and the nodes involved, giving a detailed view of query execution across the cluster.
Note
This feature is specific to Cassandra and Yugabyte CQL.
Trace details¶
| Name | Description |
|---|---|
| Event | Describes the specific action or stage of the query being logged. |
| Time | The timestamp or duration (in milliseconds) indicating when the event occurred or its length. |
| Source | The IP address or identifier of the node where the event originated. |
| Thread | The thread or process within the source that executed the event. |