-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Parallelize check constraints #95184
Copy link
Copy link
Closed
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)T-sql-queriesSQL Queries TeamSQL Queries Team
Description
Is your feature request related to a problem? Please describe.
Currently check constraints are executed serially. If an insert, for example, has more than one constraint to check, this causes the query to take longer in proportion to the number of constraints.
Describe the solution you'd like
Execute check constraints in parallel.
Jira issue: CRDB-23387
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)T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Done