-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Estimate Action Count in Statistics #19775
Estimate Action Count in Statistics #19775
Conversation
Signed-off-by: Andrew Thornton <art27@cantab.net>
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.
I am already reviewing #19474 but if it makes you happy:
Co-authored-by: delvh <dev.lh@web.de>
Codecov Report
@@ Coverage Diff @@
## main #19775 +/- ##
=======================================
Coverage ? 47.27%
=======================================
Files ? 957
Lines ? 133339
Branches ? 0
=======================================
Hits ? 63034
Misses ? 62654
Partials ? 7651
Continue to review full report at Codecov.
|
On second thoughts perhaps this shouldn't be backported. |
* giteaofficial/main: [skip ci] Updated licenses and gitignores Estimate Action Count in Statistics (go-gitea#19775)
The `EstimateCount` could be incorrect when the table lives in multiple schemas. Related to #19775.
Exract from #19474
As #19474 appears completely stalled. This PR simply changes the statistic generation to only estimate counts for the Action table. I still believe that estimates would be appropriate for a number of other results - most likely the comment count.
Fix #17506
Signed-off-by: Andrew Thornton art27@cantab.net