yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 261 forks source link

Loading time when dealing with large collection #298

Open morrismukiri opened 8 years ago

morrismukiri commented 8 years ago

The whole admin takes too long to load when the users collection grows.

When I run Meteor.users.find().count() severally in the browser console, the count goes to about 2000 and starts over again.

This also prevents the access to other collections.

Obiwarn commented 7 years ago

Jup. Huge performance issues on larger collections.