You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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().
The text was updated successfully, but these errors were encountered: