Can I configure SingleStore DB to be fully durable?
Yes, you can configure the durability through the WITH {SYNC | ASYNC} DURABILITY
option in the CREATE DATABASE and RESTORE DATABASE commands.
Yes, you can configure the durability through the WITH {SYNC | ASYNC} DURABILITY
option in the CREATE DATABASE and RESTORE DATABASE commands.