How can I backup a SingleStore DB database?
SingleStore DB 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.