-
Notifications
You must be signed in to change notification settings - Fork 4.1k
insights: add more txn insights #107318
Copy link
Copy link
Open
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)E-quick-winLikely to be a quick win for someone experienced.Likely to be a quick win for someone experienced.T-sql-queriesSQL Queries TeamSQL Queries Team
Description
Similar to #93076, there are yet more pieces of information about SQL transactions that would be nice to have in txn insights:
- isolation level (from
connExecutor.state.isolationLevel) - Quality of Service level (for admission control) (might have to be plumbed through from
txn.AdmissionHeader().Priority?) - as of time, if using
AS OF SYSTEM TIME(fromconnExecutor.state.getReadTimestamp()or at leastconnExecutor.state.isHistorical) - whether the transaction is read-only (from
connExecutor.state.readOnly)
Jira issue: CRDB-29986
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)E-quick-winLikely to be a quick win for someone experienced.Likely to be a quick win for someone experienced.T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Backlog