Glad you liked it. Also, thanks for the suggestion
Hey Saurabh, liked the quick introduction to the aggregation pipeline.
Just wanted to highlight that some stages have a max space limit on the number of documents it can process.
For example, group stage can only process documents of size 100MB at max. To get around this limitation, one needs to allow disc use.
Gourav Ojha
Backend Developer @ Antino Labs
Very nice article. Just a small suggestion from my end. The article could have been more engaging for someone who is new to Mongo if you had given a comparison of similar SQL commands to that of MongoDB aggregations.
Ex :- SELECT id,age,language FROM collection WHERE username = "saurabh" AND age > 18;
Really enjoyed reading it !