sql/opt: add implicit SELECT FOR UPDATE support for DELETE statements #50181
Labels
A-sql-optimizer
SQL logical planning and optimizations.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
T-sql-queries
SQL Queries Team
Address this TODO:
cockroach/pkg/sql/opt/exec/execbuilder/mutation.go
Lines 991 to 999 in 01a780b
Similar to #50180, but likely lower priority because sustained contending DELETEs don't seem to be as common, probably because once a row is deleted, it stays deleted and can't be deleted again.
Jira issue: CRDB-4147
The text was updated successfully, but these errors were encountered: