[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Performance Management Guide


Using Raw Disk I/O

Sometimes applications may want to implement their own journaling; database applications are good examples. These applications can avoid duplicate logging (its own database logs and the JFS logs) by performing I/O directly to the raw logical volume and bypassing the JFS.

A program might access disk in raw mode in three ways:


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]