forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27409: opt: lookup joins execution and costing r=RaduBerinde a=RaduBerinde This change implements the execution path for lookup joins and enables them by implementing a cost function. The execution path is distsql-only. For local execution, I temporarily added a kludge to reuse the hash join code (with a full table scan on the lookup side). Release note: None Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,299 additions
and
574 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
Oops, something went wrong.