Page 1 of 1

Write cache vs. write cache with deferred writes?

Posted: Fri Jun 03, 2022 8:19 pm
by ROMald
Is the difference between having an L2 write cache and a L2 write cache with deferred writes at all similar to a write through vs. write back cache?

What are the risks associated with having primocache setup with an L2 write cache as opposed to just a plain L2 read cache?

Re: Write cache vs. write cache with deferred writes?

Posted: Mon Jun 06, 2022 2:37 am
by Support
ROMald wrote: Fri Jun 03, 2022 8:19 pm Is the difference between having an L2 write cache and a L2 write cache with deferred writes at all similar to a write through vs. write back cache?
Yes, it is similar. For more information please see
https://www.romexsoftware.com/en-us/pri ... write.html
https://kb.romexsoftware.com/en-us/2-pr ... ache-space
ROMald wrote: Fri Jun 03, 2022 8:19 pm What are the risks associated with having primocache setup with an L2 write cache as opposed to just a plain L2 read cache?
SSD write cycles are limited. Use L2 to cache write-data will greatly increase write wear on the L2 device. So by default, L2 is set to cache read-data only.