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

Come up with a better way to find/filter/map without loading the entire data set. #80

Open
eslachance opened this issue Jul 13, 2021 · 0 comments

Comments

@eslachance
Copy link
Owner

@joshdb/sqlite actually does this to a point : batching of 10 records at a time. There's a potential balance here between performance and memory usage, since capturing smaller number of rows per batch means we're doing more queries but using less memory, less processing...

Important to do some performance testing here.

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