Update ambiguity in Cache write-behind description

This commit is contained in:
Vivek Jaiswal 2021-10-01 14:45:58 +05:30 committed by GitHub
parent 4e70c54a5b
commit 7580d11171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
* 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