cockroachdb / cockroachdb/cockroach
sql: add locking info to plan gists
Open
A-sql-explain
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Locking reads such as those used by SELECT FOR UPDATE are different enough from ordinary reads that we should record the difference in plan gists. This will help when debugging SELECT FOR UPDATE problems through the web console (such as seen in #121917).
Jira issue: CRDB-41267
Contributor guide
Assessment
This issue has not been assessed yet.