Home | Previous Page | Next Page   Tuning Configuration for Resource Usage > Tuning Background-Process Parameters >

Managing the Physical Log

The PHYSFILE parameter specifies the size of the physical log. Because a checkpoint occurs whenever the physical log becomes 75 percent full, this parameter affects checkpoint intervals.

To calculate the number of kilobytes required by the physical log if your workload requires intensive updates and updates do not usually occur on the same data and index pages, use the following formula:

PHYSFILE = (connections * 4 * max_txs_per_user * pagesize) / 1024

When you estimate or adjust the size of the physical log, consider the following factors:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]