Skip to content

Instantly share code, notes, and snippets.

@cristopher-rodrigues
Created January 17, 2016 01:07
Show Gist options
  • Save cristopher-rodrigues/7bf9da56795254e81016 to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/7bf9da56795254e81016 to your computer and use it in GitHub Desktop.
mongo + mongoose big aggregate $group
agregação var = MyModel.aggregate (...);
aggregation.options = {allowDiskUse: true};
aggregation.exec (function () {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment