MongoDB’s aggregation pipeline makes it easy for you to transform and analyze data of any structure, right inside the database. You can leverage this functionality to easily create and run incredibly complex data pipelines, however, you must also take into consideration its performance characteristics compared to more traditional operations.
In this session we will walk you through MongoDB Aggregations pipeline to gain a better understanding of how aggregations are optimized and executed, whether you are writing a new one or looking to tune something that is already in production.
We will also share tips and tricks to improve the query performance.