Skip to content

Parse query from local datastore is dead slow on android #273

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

Closed
aivknowtech opened this issue Nov 29, 2015 · 1 comment
Closed

Parse query from local datastore is dead slow on android #273

aivknowtech opened this issue Nov 29, 2015 · 1 comment

Comments

@aivknowtech
Copy link

Hi I am working on Andorid
I am trying to query from local data store and it takes more than 30 seconds to query from the table. Even i dont specify any search statement with "where" function still it takes the same time. This is happening for the first time (after opening the application) then subsequent searches takes from 2-3 seconds. Where as the query from network is way faster than this. This particular table consists of almost 2500 rows locally. Can you please suggest a reason for this ? This is breaking the entire parse integration for my application. So I feel like needs to implement local sqlite db on top of parse to handle this. If I am implementing parse query adapter , will the behavior change ?
Looking for responses. Also I have seen that doing anything on parsequery is putting android cpu usage near 70%90%, is that normal ?

@grantland
Copy link
Contributor

See #279

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