Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/current/_includes/v26.1/ui/transaction-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ The **Insights** table is displayed when CockroachDB has detected a problem with
- **Latest Execution ID**: The ID of the latest transaction execution. To display the [details of the transaction execution]({{ link_prefix }}ui-insights-page.html#transaction-execution-details), click the ID.

The **Statements Fingerprints** table displays the statement fingerprints of all the statements in the transaction. To display the [details of a statement fingerprint]({{ page_prefix }}statements-page.html#statement-fingerprint-page), click a statement fingerprint.

{{site.data.alerts.callout_info}}
Statement statistics in the **Statements Fingerprints** table are inaccurate when a transaction includes a large number of statements.

At most 100,000 statement statistics can be associated with a single transaction statistic. If a transaction exceeds this threshold, CockroachDB automatically flushes buffered statement statistics before the transaction commits. As a result, the flushed statement statistics do not have an associated transaction fingerprint ID because the transaction has not yet completed. In these cases, the transaction fingerprint ID cannot be backfilled, and these statement statistics are not included in aggregated results.
{{site.data.alerts.end}}
Loading