Checkpoint Store synchronization parameter

Adds additional checkpoints of the database during synchronization to limit database growth during the synchronization process.

Syntax

This parameter is specified in the additional_parms field in the synchronization parameters. The syntax varies depending on the API you use.

Default

Limited checkpointing

Remarks

The checkpoint operation adds I/O operations for the application and for the Palm conduit and therefore slows synchronization. This option is most useful for large downloads with many updates. Devices with slow flash memory may not want to pay the performance penalty.

See also
Example

UltraLite for C/C++ applications set the parameter as follows:

ul_synch_info info;
// ...
info.additional_parms = UL_TEXT( "CheckpointStore=1" );