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

Make caching more robust #136

Open
mikaelsvensson opened this issue Apr 3, 2016 · 0 comments
Open

Make caching more robust #136

mikaelsvensson opened this issue Apr 3, 2016 · 0 comments
Assignees

Comments

@mikaelsvensson
Copy link
Contributor

The current app cache basically relies on mirroring the remote database in the app's own database. This is obviously not efficient since the in-app database could potentially contain a lot of unused data.

Articles which may be of interest:

At the same time, it might be a good idea to investigate if it is possible to reduce the number of SQL queries when loading long search results.

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

1 participant