You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use allowDiskUse for aggregate report queries (LP #19675696)
Pass allowDiskUse option, added in MongoDB 2.6, to allow disk to be used
for temporary storage when running aggregate queries. Allows queries
that make use of many documents to run successfully.