Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description of choke point CP 4.5 #15

Merged
merged 1 commit into from Jun 27, 2019
Merged

Description of choke point CP 4.5 #15

merged 1 commit into from Jun 27, 2019

Conversation

hartig
Copy link
Member

@hartig hartig commented Oct 3, 2018

The purpose of this PR is to discuss the following one of our choke points.

CP 4.5: Multiple filter conditions

In addition to single filter conditions, it is also possible to enable users to express conjunctions or disjunctions of multiple such conditions. The added challenge in this case is that the conditions may not be equally selective. Hence, pushing them together to the underlying data source, or at least choosing which of them to evaluate first, may have an impact on the performance (in particular, if they are subqueries).

@hartig hartig merged commit 62e301c into master Jun 27, 2019
@hartig hartig deleted the CP-4.5 branch June 27, 2019 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant