-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserStatus.connections memory usage #42
Comments
If that collection is in the database why does it have a collection null option? That was a very informative but also somewhat discouraging article. I love Meteor but I hope MDG figures out how to solve the merge box issue. |
Oh @rclai, you're right. It's not in the database. I was thinking of Anyway, other things will cause your app to crash way before you reach a million users, not this :) |
Okay cool. I was wondering what your feedback is about this article and whether it has any relevance to this merge box issue? |
That talks about sharing observers (in the It also mentions using a method instead of a publication, which will help with this issue by saving memory for large publications that are updated infrequently. But it will be more work to implement, so avoid premature optimization :) |
Will there be a lot of memory consumption if the
UserStatus.connections
collection has like.. millions of user connections in it?The text was updated successfully, but these errors were encountered: