-
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
Support count
and storageStats
fields in $collStats
aggregation pipeline stage
#2338
Merged
AlekSi
merged 44 commits into
FerretDB:main
from
rumyantseva:altenative-stats-aggegation
Apr 3, 2023
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
8d430a3
init
chilagrow cc3be43
return simply information
chilagrow ff2d008
wip
chilagrow 733122e
impl count field
chilagrow 80489e5
check count
chilagrow 2ba2716
refactor
chilagrow fc65613
comment
chilagrow e0f8561
Merge branch 'main' into issue-1416-collstats
chilagrow 3c8ee11
add to do
chilagrow 810988c
Merge branch 'issue-1416-collstats' of github.com:chilagrow/FerretDB …
chilagrow 34f3cc4
lint
chilagrow 70514f6
add comment
chilagrow 5788b79
merge
rumyantseva 1da617a
wip
rumyantseva 588082f
wip
rumyantseva 2944e91
wip
rumyantseva c984025
wip
rumyantseva b3164c2
wip
rumyantseva 7970ad1
Merge branch 'main' into altenative-stats-aggegation
ab1e6ad
wip
rumyantseva 6245400
wip
rumyantseva 5c95197
wip
rumyantseva 8e50034
wip
rumyantseva ad80b73
Support for Tigris
rumyantseva 4a252cd
wip
rumyantseva 89bcd9a
Support for scale
rumyantseva a3ede8c
wip
rumyantseva 8a8e3a5
wip
rumyantseva 6356c36
wip
rumyantseva bf556fb
wip
rumyantseva eb7156e
wip
rumyantseva a853ee0
wip
rumyantseva d23de0e
wip
rumyantseva e0b712f
wip
rumyantseva 67000bb
wip
rumyantseva 4d6879a
Merge branch 'main' into altenative-stats-aggegation
5d1bf66
Merge branch 'main' into altenative-stats-aggegation
930fec8
wip
rumyantseva 1a98b42
Merge branch 'altenative-stats-aggegation' of https://github.com/rumy…
rumyantseva b5f57e9
wip
rumyantseva 823068a
wip
rumyantseva 4ac1b72
wip
rumyantseva 95ea7f0
having the same type (didn't really help)
rumyantseva c264984
merge
rumyantseva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
wip
- Loading branch information
commit d23de0e77ac65f1701b2b725d2f058c04e827640
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
$collStats returns an array with single document for non-shared collection, https://www.mongodb.com/docs/manual/reference/operator/aggregation/collStats/#mongodb-pipeline-pipe.-collStats
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.
Rephrased the comment