-
Notifications
You must be signed in to change notification settings - Fork 409
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
Return statistics of indexes for collStats
and dbStats
for SQLite backend
#3361
Return statistics of indexes for collStats
and dbStats
for SQLite backend
#3361
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3361 +/- ##
==========================================
- Coverage 74.17% 74.08% -0.09%
==========================================
Files 413 414 +1
Lines 25312 25330 +18
==========================================
- Hits 18775 18766 -9
- Misses 5445 5464 +19
- Partials 1092 1100 +8
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 work! 🚀
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.
Let's also move relationStats
into its own file (it is not only about database.go, after all) and rename it to collectionStats
or something (we are not a relational database 😬)
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.
LGTM
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.
Let's also move
relationStats
into its own file (it is not only about database.go, after all)
That part wasn't done
51cc19a
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.
Looks good to me!
Description
Closes #3293.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.