How can I backup a SingleStoreDB database?
SingleStoreDB supports consistent, online, cluster-wide BACKUP
and RESTORE
operations that do not require blocking write operations on the database like mysqldump
does. See Back Up and Restore Data for more information.