Aggregation

Aggregation operations process multiple documents and return computed results. You can use aggregation operations to:

  • Group values from multiple documents together.
  • Perform operations on the grouped data to return a single result.
  • Analyze data changes over time.

To perform aggregation operations, you can use:


Children
  1. Aggregation Pipelines
  2. Single Purpose Aggregation Methods