'SR' |
Small Reads |
Attempts to optimize performance when reading fixed length record files over slower networks by reading smaller portions of the data record rather than the defined record size.
If the first "short read" is unable to read the entire record, then a second read is performed to retrieve the remaining portion of the record.
Off - Reads the entire record in one read operation.