We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0266d36 + cf849f3 commit e1266ceCopy full SHA for e1266ce
source/core/read-operations.txt
@@ -872,9 +872,8 @@ Aggregation
872
873
MongoDB can perform some basic data aggregation operations on results
874
before returning data to the application. These operations are not
875
-queries, they use :term:`database commands <database command>` rather than queries, and
876
-they do not return a cursor; however, they are still require MongoDB
877
-to read data.
+queries; they use :term:`database commands <database command>` rather than queries, and
+they do not return a cursor. However, they still require MongoDB to read data.
878
879
Running aggregation operations on the database side can be more
880
efficient than running them in the application layer and can reduce
0 commit comments