Skip to content

Conversation

@AbfrmBlr
Copy link
Owner

No description provided.

@AbfrmBlr AbfrmBlr assigned AbfrmBlr and unassigned AbfrmBlr Apr 26, 2016
This pattern allows application to let the cache asynchronously update the database,
while application still gets the performance of cache. Rather than writing to the database in the same thread of execution,
write-behind queues the data to be written at a later time.
The cache effectively assumes the role of a database which is fast, while database acts as a backup for the cache.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh, we should stay away from such statements "the cache effectively assumes the role of a database". Can't you convey the benefits differently?

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.

3 participants