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.
SYNC BOTTOMLESS DATABASE
On this page
The SYNC BOTTOMLESS DATABASE command synchronizes any currently committed data in the database with the remote object storage.
Syntax
SYNC BOTTOMLESS DATABASE <database_name>;Remarks
-
This command applies only to universal storage databases.
-
You must specify the name of the database to synchronize in the command.
-
You must have either the
SUPERorBACKUPprivilege to run this command. -
This command causes implicit commits.
See COMMIT for more information. -
This command can be run on the master aggregator, or on the child aggregators provided DDL forwarding is enabled.
-
SingleStore recommends using this command to flush all the data to remote object storage before a large or critical operation.
Example
SYNC BOTTOMLESS DATABASE db01;Last modified: