Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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
BACKUPprivilege 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.
DDL forwarding is enabled by default. -
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: