|
Cache options and settings can be unique for each logical drive.
Cache Write Policy
- Write Through - I/O completion is signaled only after the data is written to the hard disk.
- Write Back - I/O completion is signaled when data is transferred to cache.
Cache Policy
- Direct I/O - When possible, no cache is involved for both reads and writes. The data transfers will be directly from host to disk and from disk to host.
- Cached I/O - All reads will first look at cache. If a cache hit occurs, the data will be read from cache; if not, the data will be read from disk and the read data buffered into cache. All writes to drive are also written to cache.
Read Policy
- No Read Ahead - Provides no read ahead for the logical drive having this option turned on.
- Read Ahead - Additional consecutive stripes/lines are read and buffered into cache.
- Adaptive - The read-ahead will be automatically turned on and off depending upon whether the disk is accessed for sequential reads or random reads
This applies to:
|