01Which aggregation stage is used to deconstruct an array field into individual documents?
02What is the memory limit for an individual aggregation stage before you must use `allowDiskUse: true`?
03Which accumulator would you use in a `$group` stage to collect unique values into an array?
04How does the aggregation optimizer handle `$match` and `$sort` stages?