1 – Ckpt Blocks field
This field indicates the number of AIJ blocks after which a
checkpoint will occur. The default value is 0 blocks. You can
override the default value with the RDM$BIND_CKPT_BLOCKS logical
name.
2 – Ckpt Time Interval field
This field indicates the amount of time, in seconds, after which
a checkpoint will occur. The default value is 0. You can override
the default value with the RDM$BIND_CKPT_TIME logical name.
3 – Ckpt Tx Interval field
This field indicates the number of committed transactions
after which a checkpoint will occur. By default, if you have
fast commit processing enabled, a process checkpoints when the
AIJ block size limit is reached or the time interval limit is
exceeded, whichever occurs first. You can specify the number of
transactions as the checkpoint trigger by defining the RDM$BIND_
CKPT_TRANS_INTERVAL logical name.
4 – CTJ Tx Interval field
This field indicates the number of transactions to be allocated
as a single batch when the commit to journal optimization feature
is enabled. You can specify the number of transactions to be
allocated by defining the RDM$BIND_TSN_INTERVAL logical name.
5 – RW Tx Ckpt Advance field
This field whether or not read/write transactions that modified
no data are eligable to checkpoint when the transaction commits.
The default value "0"indicates that such transactions do not
evaluate checkpointing when they commit, and the value "1"
idicates that they will. You can override the default value with
the RDM$BIND_RW_TX_CHECKPOINT_ADVANCE logical name.