forceMvccCheckpoint
Syntax
forceMvccCheckpoint(mvccTable)
Details
Manually trigger a checkpoint for the specified MVCC table and clear the data in the log.
Parameters
mvccTable is the handle of the MVCC table. To obtain a handle of a persisted
MVCC table, you can call function loadMvccTable.
Returns
None.
