Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
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 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
Lock-free Backups
On this page
Lock-free backups do not block INSERT, UPDATE, and DELETE operations at any point during a backup.
However, ALTER DATABASE command will not run while there is a backup job active on the relevant database.
Commands Blocked by the BACKUP Process
-
ALTER DATABASE -
DROP DATABASE
Commands Not Blocked by the BACKUP Process
-
CREATE TABLE(columnstore and rowstore) -
ALTER TABLE(columnstore and rowstore) -
DROP TABLE(columnstore and rowstore) -
DELETE TABLE -
INSERT TABLE -
TRUNCATE TABLE(columnstore and rowstore) -
CREATE INDEX -
DROP INDEX(columnstore and rowstore) -
CREATE VIEW -
DROP VIEW -
ANALYZE TABLE(columnstore and rowstore) -
OPTIMIZE COLUMNSTORE TABLE -
SHOW TABLE STATUS -
SHOW DATABASE STATUS -
OPTIMIZE ROWSTORE TABLE
Last modified: