startFastUpdateMode method

void startFastUpdateMode()

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:

Implementation

void startFastUpdateMode() {
  objectMethod(pointerId, 'LandmarkStore', 'startFastUpdateMode');
}