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

Performance question #15

Closed
mainrs opened this issue Dec 4, 2017 · 1 comment
Closed

Performance question #15

mainrs opened this issue Dec 4, 2017 · 1 comment

Comments

@mainrs
Copy link

mainrs commented Dec 4, 2017

Hey!

I need some way to sync my database to redux and found this library. It looks like you write to the db each time anything within the state you watch changes. If the state can change quite frequently, wouldn't this hit the performance a lot by requesting so many write operations to the filesystem?

@lil5
Copy link

lil5 commented Dec 5, 2017

If your worried about writes you could use the Node SQLite adapter
https://pouchdb.com/adapters.html

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

3 participants