- Data is transfered directly from the disk to the application buffer, bypassing the file buffer cache hence avoiding double caching (filesystem cache + Oracle SGA)
 - Emulates a raw-device implementation
 - Give a faster access to the backend disk and reduce the CPU utilization
 - Disable the inode-lock to allow several threads to read and write the same file
 
No comments:
Post a Comment