mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-10-21 03:02:53 +03:00
Update ambiguity in Cache write-behind description
This commit is contained in:
@@ -1282,7 +1282,7 @@ Write-through is a slow overall operation due to the write operation, but subseq
|
|||||||
In write-behind, the application does the following:
|
In write-behind, the application does the following:
|
||||||
|
|
||||||
* Add/update entry in cache
|
* Add/update entry in cache
|
||||||
* Asynchronously write entry to the data store, improving write performance
|
* Cache asynchronously writes entry to the data store, improving write performance
|
||||||
|
|
||||||
##### Disadvantage(s): write-behind
|
##### Disadvantage(s): write-behind
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user