startFastUpdateMode method
Enables fast update mode to optimize bulk insert/delete/update operations.
Fast update mode sacrifices durability for throughput; if the application or device crashes during a fast-update session the database may be corrupted and deleted on next startup. Use it only for large imports and call stopFastUpdateMode when finished.
See also:
- isFastUpdateMode — checks whether fast update mode is active.
- stopFastUpdateMode — disables fast update mode.
Implementation
void startFastUpdateMode() {
objectMethod(pointerId, 'LandmarkStore', 'startFastUpdateMode');
}