-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature | Query Estimate #549
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #549 +/- ##
===========================================
- Coverage 63.06% 62.40% -0.66%
===========================================
Files 161 162 +1
Lines 4900 4950 +50
Branches 447 447
===========================================
- Hits 3090 3089 -1
- Misses 1805 1856 +51
Partials 5 5
Continue to review full report at Codecov.
|
dbb5c22
to
335d676
Compare
@wakibi please verify that this behaves as you expect on staging ... compare with the current behaviour and see if it's an improvement ... I had trouble seeing the expected root behaviour i.e. the query estimate. Let me know how to replicate it. My worry is that we've now optimised the behaviour so well that there's barely a delay, especially since we paginate the results. Anyway, let me know if you find a particularly slow query where the true value of this feature can be demonstrated. |
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.
This isn't doing what its supposed to, even for new queries. It's also adding overhead that's slowed things down a bit. We can fix this & the UX in subsequent reviews, but the main thing is that its not behaving as expected.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue #260