You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
The problem lays in the requirement of low latency reads along with strong distributed persistency.
TBD.
Thoughts
Caching might be implemented as a plugin that memoizes N last reads (in memory or in database like Redis)
Multiple databases
Following approach will significantly improve read speeds for the cost of slower writes and first reads (cold start). Also, not found requests would become slower, can be sped up by explicitly setting package as nonexistent for the Fast database.
Overview
The text was updated successfully, but these errors were encountered:
The problem lays in the requirement of low latency reads along with strong distributed persistency.
TBD.
Thoughts
Multiple databases
Following approach will significantly improve read speeds for the cost of slower writes and first reads (cold start). Also, not found requests would become slower, can be sped up by explicitly setting package as nonexistent for the Fast database.
Overview
The text was updated successfully, but these errors were encountered: