-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement block prefiltering for
Join
s of a lazy result + `IndexSca…
…n` (#1647) With this PR, a join between a lazy intermediate result and an `IndexScan` prefilters the blocks of the `IndexScan` before reading them. Before this PR, this prefilter was only applied to joins between two `IndexScan`s and between an `IndexScan` and a fully materialized intermediate result.
- Loading branch information
Showing
9 changed files
with
739 additions
and
154 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.