Adds additional checkpoints of the database during synchronization to limit database growth during the synchronization process.
The syntax varies depending on the API you use.
Limited checkpointing
The checkpoint operation adds I/O operations for the application and for the Palm conduit and so slows synchronization. The option is most useful for large downloads with many updates. Devices with slow flash memory may not want to pay the performance penalty.
UltraLite for C/C++ applications set the parameter as follows:
ul_synch_info_a info; // ... info.checkpoint_store = ul_true ;