Skip to content

grammar and readability #505

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

Merged
merged 1 commit into from
Jan 3, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/core/read-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -872,9 +872,8 @@ Aggregation

MongoDB can perform some basic data aggregation operations on results
before returning data to the application. These operations are not
queries, they use :term:`database commands <database command>` rather than queries, and
they do not return a cursor; however, they are still require MongoDB
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.

Running aggregation operations on the database side can be more
efficient than running them in the application layer and can reduce
Expand Down