Skip to content

Parallelize check constraints #95184

@rharding6373

Description

@rharding6373

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

Metadata

Metadata

Assignees

Labels

C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries Team

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions