meteor-reactive-aggregate icon indicating copy to clipboard operation
meteor-reactive-aggregate copied to clipboard

Aggregation takes time with large collections

Open fashkl opened this issue 5 years ago • 1 comments

I'm using the package in many places in the project, it is working perfectly with all collections with med size, once i use it with little bigger collection more than 36k doc, it takes some time till finished more than '8 sec' and the pipeline is not complicated 'only simple match', can you please help to figure out this issue if anyone faced that before.

MongoDB server version: 4.0.6 Meteor version: 1.8.1

fashkl avatar Jul 06 '20 21:07 fashkl

A bit late to the party, but i'd make sure that I have the required indexes for that simple match.

renanlecaro avatar May 04 '21 19:05 renanlecaro