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

Optimization: use query to limit documents for each instance #10

Open
mitar opened this issue Aug 20, 2014 · 0 comments
Open

Optimization: use query to limit documents for each instance #10

mitar opened this issue Aug 20, 2014 · 0 comments

Comments

@mitar
Copy link
Member

mitar commented Aug 20, 2014

Instead of observing all changes in all instances and then filtering them in the observe callback, we could provide already a query to the database to limit documents. For example, {_id: {$gte: 'a', $lt: 'c'} returns only documents where _id starts with a or b.

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

No branches or pull requests

1 participant