Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
PAUSE REPLICATING
On this page
The PAUSE REPLICATING command pauses replicating a database.
Syntax
PAUSE REPLICATING db_nameRemarks
-
db_- name of a SingleStore database.name -
This command causes implicit commits.
Refer to COMMIT for more information. -
Run
PAUSE REPLICATINGto suspend the database replication process initiated by REPLICATE DATABASE. -
Once replication is paused, the replica no longer requests new log records from the primary database.
The connection between the replica and the master is closed. The secondary database continues to be available only for reads, and not for writes. -
While replication is paused, the database is in the
replication pausedstate (see Database States). -
You can resume replication by running CONTINUE REPLICATING .
-
Refer to the Permissions Matrix for the required permissions.
Example
PAUSE REPLICATING ExampleDatabase;
Query OK, 1 row affected (0.03 sec)Related Topics
Last modified: