sync

fun sync()

Forces every commit so far to stable storage.

A no-op under the default durability, where each commit is already forced. Under Durability.BUFFERED this is the barrier at which a bulk load may be reported as complete.