This section presents some pointers about parameters in the HP-UX operating system that can affect the performance of ALLBASE/SQL.
Using HP-UX Raw Files for DBEFiles and Logs |
 |
Using raw files in HP-UX bypasses the operating system's normal buffering process. Considerable performance benefits can be derived from using raw files for logs and for DBEFiles when the primary data access method is random. However, there may be a performance penalty for sequential access to DBEFiles, since the file system's prefetching is bypassed.
In HP-UX, you can create raw DBEFiles and log files by specifying the pathname of a raw device in the CREATE DBEFILE statement or in the LOG DBEFILE clause of the START DBE NEW and START DBE NEWLOG statements.
For more information about raw files, refer to the appendix "Using HP-UX Raw Files for DBEFiles and Logs" in the ALLBASE/SQL Database Administration Guide.