Profiling Transaction Fingerprints

Analyzes transaction fingerprints using aggregated statistics from crdb_internal.transaction_statistics to identify high-retry transactions, contention patterns, and commit latency issues. Provides historical transaction-level analysis to understand which statement combinations are causing retries, contention, or performance degradation. Use when investigating transaction retry storms, analyzing commit latency trends, or understanding statement composition of problematic transactions without DB Console access.

cockroachlabs Updated

File contents

cockroachlabs/cockroachdb-skills/tree/main/skills/cockroachdb-observability-and-diagnostics/profiling-transaction-fingerprints commit 0c4b5b6dc3

Frequently asked questions

npx skillmds@latest add cockroachlabs/profiling-transaction-fingerprints-2