I am new to Mongodb. Please forgive me if the question is irrelevant or so and Please try to give other technique if possible.
Is there any way to get 10 documents from the Aggregate() query at first time and next time using the same Aggregate() but skipping the first 10 results fetched previously.
Please suggest: Can this avoid the limitation of max 16 mb results from aggregation as I have a large collection of documents and want to aggregate by splitting into groups