¶
1.5.15. How is a Checkpoint performed against a Virtuoso Clustered Server?
The cluster cl_exec() function is used to perform a checkpoint across all node of a Virtuoso cluster as follows:
SQL>cl_exec ('checkpoint');
This typically needs to be run after loading RDF datasets into a Virtuoso cluster to prevent lose of data when the cluster is restarted.