-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement statistics estimation for FilterExec
#3845
Comments
This was next on my list, so I'd be happy to work on it! |
Awesome @isidentical I assigned you on this issue! |
I would be very interested to see if we're getting any changes in TCP-H queries after this. |
Will be sure to include some benchmarks 👍🏻 |
@Dandandan I see there are couple of stats related issues opening, is there an umbrella task/task lists? Or maybe we can tag all related issue as CBOStats ? |
I think @isidentical started a discussion on #3898 -- @mingmwang could you take a look? Perhaps it would be time to start socializing that ticket more broadly (I could send some email / slack messages to bring it to the community's attention) |
@alamb Thanks, I will go through all the tickets and take a closer look at the current code base , I can help working on some |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
@isidentical implemented more statistics-rules for joins. When a
FilterExec
is between aTableScan
however, we do not return a join estimation yet.Describe the solution you'd like
We should provide an estimation based on the filterexpressions and statistics information that we have.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: