-
Notifications
You must be signed in to change notification settings - Fork 171
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
Optimize Query::between for integers and timestamps #7785
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Check the compile errors though.
@@ -406,6 +406,64 @@ class IntegerNodeBase : public ColumnNodeBase { | |||
}; | |||
|
|||
|
|||
template <class LeafType> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I've been wanting to do this as well. A great improvement for time series data.
Pull Request Test Coverage Report for Build jorgen.edelbo_289Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you post the speedup of range queries? I think there is an existing benchmark and it would be easy to add one for timestamps as well because it is templated.
Add a changelog entry and this should be good to go! 👍
Performance improvement:
|
Pull Request Test Coverage Report for Build jorgen.edelbo_292Details
💛 - Coveralls |
What, How & Why?
☑️ ToDos
bindgen/spec.yml
, if public C++ API changed