PHYSBUFF specifies the size in kilobytes of the two physical-log buffers in shared memory. Double buffering permits user threads to write to the active physical-log buffer while the other buffer is being flushed to the physical log on disk. The value of the PHYSBUFF parameter determines how frequently the database server needs to flush the physical-log buffer to the physical-log file. The recommended value for PHYSBUFF is 32 pages.
A write to the physical-log buffer is exactly one page in length. Choose a value for PHYSBUFF that is evenly divisible by the page size. If the value of PHYSBUFF is not evenly divisible by the page size, the database server rounds down the size to the nearest value that is evenly divisible by the page size.
The user-data portion of a smart large object does not pass through the physical-log buffers.
The system page size is platform-dependent on Dynamic Server. To obtain the system page size, use the commands listed in the table in System Page Size.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]