The definition of a journal buffer defines how many pages it contains and how large the pages should be.
The journal buffer page size determines the block size for the disk or tape journal files specified for the DMCL. Use the following criteria to choose a size for the journal buffer pages:
Note: For more information about valid ranges for each operating system, see the JOURNAL BUFFER statement in Chapter 7, “Physical Database DDL Statements”.
The higher the number of buffer pages, the more likely that a journal block will be found in memory eliminating the need for a disk access. Since a central version reads journal blocks primarily during rollback operations, increasing the number of journal buffer pages reduces the number of I/Os and the amount of time needed to roll out database changes.
You should minimally allocate five journal buffer pages. If you have the storage, increase this number significantly in a volatile system in which rollbacks occur frequently.
|
Copyright © 2014 CA.
All rights reserved.
|
|