cockroachdb / cockroachdb/cockroach
Add a way to capture isolation level of transactions historically
Open
C-enhancement
E-quick-win
O-support
P-3
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
There is no way currently to know the isolation level of a transaction (READ COMMITTED or SERIALIZABLE) when troubleshooting. This is especially problematic when troubleshooting past transactions, the information is not part of the debug.zip files.
**Describe the solution you'd like**
Maybe it can be included in some system transaction statistics file.
**Describe alternatives you've considered**
n/a
**Additional context**
Jira issue: CRDB-48830
Contributor guide
Assessment
This issue has not been assessed yet.