Specifies whether the client should perform extra store checkpoints to control the growth of the database store during synchronization.
Visual Basic Public Property CheckpointStore As Boolean
C# public bool CheckpointStore { get; set; }
True to specify that the client should perform extra store checkpoints. The default is false, meaning only required checkpointing is done.
The checkpoint operation adds I/O operations for the application, and so slows synchronization. This option is most useful for large downloads with many updates. Devices with slow flash memory might not want to pay the performance penalty associated with additional checkpoints.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |