Skip to content
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

Explore disabling Meteor's mergebox for good #196

Open
theodorDiaconu opened this issue Nov 7, 2017 · 0 comments
Open

Explore disabling Meteor's mergebox for good #196

theodorDiaconu opened this issue Nov 7, 2017 · 0 comments

Comments

@theodorDiaconu
Copy link
Contributor

Problem

Currently we store the publication data in our ObservableCollections but Meteor also stores it in it's Mergebox.

It's not really an issue, as-in, how big can your data get? 2MB, 5MB ? If it passes 50MB I think you should reconsider your approach.

In any case this data will not affect your RAM too much. But it's not elegant.

Solution

Use this.disableMergebox() from Mitar, and try to implement a custom data store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant