[YSQL] Ensure consistency for ALTER TABLE ADD CONSTRAINT #1395
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Milestone
Jira Link: DB-665
Currently,
ALTER TABLE .. ADD CONSTRAINT
is not consistent and we can have concurrency issues where there may be some rows added which violate the constraint while adding the constraint.This is similar to index backfilling. Our solution should be generic enough to handle both these situations.
The text was updated successfully, but these errors were encountered: