-
Type:
Question
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I am working on a project with around 2m record. I use aggregation framework to manipulate the whole collection to generate a report. This aggregation query takes a while, but I don't want to block the db from serving requests from normal users. I don't mind if the generation process takes longer, so may I know if it is possible to just allocate certain system resources for one aggregation query which is supposed to take a long time ?