DELAYED_DURABILITY <N>
DELAYED_DURABILITY <N> (default 0) controls whether or not to use the modified log syncing strategy:
SUPPRESS_LOG_FLUSH |
YES |
(no idle flush of transaction files) |
SUPPRESS_LOG_SYNC |
YES |
|
IDLE_TRANFLUSH |
-1 |
|
COMMIT_DELAY |
-1 |
(no commit delay) |
FORCE_LOGIDX |
ON |
(all transaction indices use ctLOGIDX) |
COMPATIBILITY LOG_WRITETHRU |
Disabled |
|
Note: If the configuration file has one or more of these configuration entries set inconsistently after the DELAYED_DURABILITY entry, the server logs a message to CTSTATUS.FCS and continues to start, disabling any incompatible options after processing the configuration file.
Warning
When DELAYED_DURABILITY is enabled, recently committed transactions could be lost if FairCom Server terminates abnormally. For automatic recovery to succeed after FairCom Server terminates abnormally, either of the following must be done
or