[ Contents
] [ Index ]
A cache-writing strategy in which the array controller writes the data
to the disk drive before signaling the host OS that the process is complete.
Write-through cache has lower write operation and throughput performance
than write-back cache, but it is the safer strategy, with minimum risk
of data loss on power failure. |