Home | Previous Page | Next Page   Configuring and Monitoring Dynamic Server > Configuration Parameters >

FAST_RESTART_CKPT_FUZZYLOG

onconfig.std value
The FAST_RESTART_CKPT_FUZZYLOG parameter does not need to be in the onconfig.std file.
range of values
0 (default) = Disable the flushing of dirty fuzzy pages to the physical log at checkpoint.

1 = Enable the flushing of dirty fuzzy pages to the physical log at checkpoint.

takes effect
At the checkpoint that occurs after the parameter is enabled. If the total number of unflushed, dirty fuzzy pages exceeds 20 percent of the total physical log space, the pages will not be written to the physical log. If server fails after this checkpoint, crash recovery receives no performance benefit.
refer to
Information on fast recovery and alternative fast restart recovery options for fuzzy operations in the IBM Informix Administrator's Guide.

The FAST_RESTART_CKPT_FUZZYLOG parameter and the FAST_RESTART_PHYSLOG parameter enable the database server to perform physical logging on fuzzy checkpoints during the roll-forward (log replay) phase of recovery, thus decreasing recovery time. You can use either parameter or both when using fuzzy checkpoints.

The database server must be online when you enable the FAST_RESTART_CKPT_FUZZYLOG parameter.

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