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

db.js and IndexedDBShim id very slow #55

Closed
torto opened this issue Feb 20, 2014 · 2 comments
Closed

db.js and IndexedDBShim id very slow #55

torto opened this issue Feb 20, 2014 · 2 comments

Comments

@torto
Copy link

torto commented Feb 20, 2014

Hello, I am using a lib with the IndexedDBShim on Android, but when I use the method all() .. the query is very slow.
Using debbug could tell he does a select for each document, I have 3000 documents on a table and it performs 3000 selects, making it very slow.
This situation is caused by a lib or at indexedDbShim?

@aaronpowell
Copy link
Owner

That’d be caused by the shim, I don’t really know how it works other than it’s on top of WebSQL so how it is translated down from the IndexedDB API is beyond my library.

@aaronpowell
Copy link
Owner

Closed - this is a problem with IndexedDB Shim and not something I can resolve at my end.

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