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

memory usage of find({}).sort() #65

Open
chrischjh opened this issue Dec 20, 2016 · 1 comment
Open

memory usage of find({}).sort() #65

chrischjh opened this issue Dec 20, 2016 · 1 comment

Comments

@chrischjh
Copy link

Hi there, is the sorting being done in the node.js process memory? for example if I need to sort 5 million data, would it consume too much memory, like 500M or 1G? thanks

@Ivshti
Copy link
Owner

Ivshti commented Dec 20, 2016

depending on the indexing, it can consume high amounts of memory

By default, linvodb makes an index for every key.

The best thing to do is to test it and let me know

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

2 participants