Lazy write

Updated: 04/26/2017 by Computer Hope

Lazy write is an effect caused by using a write-back cache. With this method, data is first written to cache memory. At a later time, such as during an idle machine cycle, data is written to the disk or memory.

Lazy write and write-back cache is more complex to implement. It requires tracking each location that is written over and what needs to be marked as dirty to fix later.

Hardware terms, Write-back cache