Comme l'un des commentaires :
db.collection.find().sort({age:-1}).limit(1) // for MAX
db.collection.find().sort({age:+1}).limit(1) // for MIN
c'est tout à fait utilisable mais je ne suis pas sûr des performances
Comme l'un des commentaires :
db.collection.find().sort({age:-1}).limit(1) // for MAX
db.collection.find().sort({age:+1}).limit(1) // for MIN
c'est tout à fait utilisable mais je ne suis pas sûr des performances