When using Mongo’s find command, one can iterate through result (using subsets) instead of getting the full set of documents. By using it it command will continue from current cursor.
With aggregation framework can one iterate through subsets of documents (from the set of documents returned by a query) and thus saving query solving and retrieving time and also memory?