Docs HomeMongoDB Manual

Aggregation Commands

Note

For details on a specific operator, including syntax and examples, click on the link to the operator's reference page.

Aggregation Commands

NameDescription
aggregatePerforms aggregation tasks such as $group using an aggregation pipeline.
countCounts the number of documents in a collection or a view.
distinctDisplays the distinct values found for a specified key in a collection or a view.
mapReducePerforms map-reduce aggregation for large data sets.

Aggregation Methods

NameDescription
db.collection.aggregate()Provides access to the aggregation pipeline.
db.collection.mapReduce()Performs map-reduce aggregation for large data sets.