Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
SingleStore Managed Service does not support this command.
Restore redundancy by replicating any partitions with only one instance.
RESTORE REDUNDANCY ON db_name
db_name
is the name of a SingleStore DB database.REBALANCE PARTITIONS
restores redundancy by replicating any partitions with only one instance. However, REBALANCE PARTITIONS
then does the additional step of moving partitions around to ensure balance across all the leaves.RESTORE REDUNDANCY on memsql_demo;
Query OK, 1 row affected (2.89 sec)