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

2 Questions #196

Open
veenedu opened this issue Jan 11, 2017 · 1 comment
Open

2 Questions #196

veenedu opened this issue Jan 11, 2017 · 1 comment

Comments

@veenedu
Copy link

veenedu commented Jan 11, 2017

Hi,

I have 2 questions

a. Does it keep all data in memory as cache when used in browser and IndexedDB driver. My intention is to know how memory usage and IndexedDB size related, are they related linear? or memory consumption is almost independent of data size.

b. How big database can grow with IndexedDB as driver and still reasonably fast.

@Irrelon
Copy link
Owner

Irrelon commented Jan 17, 2017

a. Any data loaded into the database is stored in memory. When using the persistence plugin, data is also stored in IndexedDB.

b. That would depend on the structure of the data. I guess you would need to run some tests to answer this for your specific use case.

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

2 participants