Adds additional checkpoints of the database during synchronization to limit database growth during the synchronization process.
This parameter is specified in the additional_parms field in the synchronization parameters. 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 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.
UltraLite for C/C++ applications set the parameter as follows:
ul_synch_info info; // ... info.additional_parms = UL_TEXT( "CheckpointStore=1" ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |