-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
56777: opt: add insertion checks for unique constraints r=rytaft a=rytaft This commit adds checks for unique constraints when planning insertions in the optimizer. This does not yet impact anything outside of the optimizer tests, since `UNIQUE WITHOUT INDEX` is still not supported outside of the optimizer test catalog. Informs #41535 Release note: None 56834: opt: build statistics for multi-column inverted index scans r=mgartner a=mgartner This commit updates the statistic build so that both a `Scan.Constraint` and `Scan.InvertedConstraint` alter the selectivity of a constrained scan. These two fields are non-nil when the scan operates over a multi-column inverted index. Release note: None Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,541 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.