-
Notifications
You must be signed in to change notification settings - Fork 274
feat: Add # of planned read rows on search #538
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
Conversation
|
4486783
to
ec937e1
Compare
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.
If you can share a screenshot of the change (and frontend diffs generally), that'd be incredibly helpful!
ec937e1
to
90f3023
Compare
Utilizes the EXPLAIN ESTIMATE feature and queries CH to return # of rows that will be potentially read. Ref: HDX-1136
90f3023
to
bc6ce08
Compare
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.
awesome!
Utilizes the EXPLAIN ESTIMATE feature and queries CH to return # of rows that will be potentially read.
Ref: HDX-1136
Before:

After:
