-
Notifications
You must be signed in to change notification settings - Fork 805
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
refactor custom string query for pinot_query_validator #6230
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Just wondering, how did you test the performance? |
Ran several queries with old or new queries in querybuilder. When querying 10000+ results with old query, it is ~6s; with new query, it is ~3s. |
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.
LG
What changed?
Refactor string query for custom keys
Why?
the new query has a better performance
How did you test it?
unit test, manually test in Staging
Potential risks
Release notes
Documentation Changes