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

Adding a simple ready only query cache #233

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kreuzhofer
Copy link

The read only query cache boosts the read performance if you have large read only databases like catalogs that client users browse and search frequently. We currently use this feature in a mobile app, which has 1 million products in a database. Performance has improved drastically since we use it. When we update the db, we turn off the cache. Though the cache is automatically cleared if any write operation is done.
I will add a cache limit, soon, that throws out the oldest entries once the limit is reached. This is for memory savings only and cache size will be configurable.

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

Successfully merging this pull request may close these issues.

1 participant