pull/579/merge
Vivek Jaiswal 2024-12-02 18:06:14 +00:00 committed by GitHub
commit 69e8ca6509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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