Skip to content
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

Select minimum or maximum value of a field in a collection. #21

Open
tuurke63 opened this issue Jul 15, 2022 · 0 comments
Open

Select minimum or maximum value of a field in a collection. #21

tuurke63 opened this issue Jul 15, 2022 · 0 comments

Comments

@tuurke63
Copy link

tgoMongoCollection.FindOne() lacks something very basic, which is the possibility to find just one document having the minimum or maximum value of a field, similar to SQL SELECT MAX(). Sure it's possible to do achieve this using FIND() but this will open a large cursor on the server which eats resources unnecessarily.

I've created a merge request which adds this feature to tgoMongoCollection.FindOne().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant