"fileio" with "write-back" caching improves throughput. However, it has a higher liklihood of data corruption with a power failure.
"fileio" with "write-thru" will result in read caching only, so is safer if crash corruption is of higher concern.
previous page
|