Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
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, while SingleStore 9.0 is recommended for production workloads.
System Databases
SingleStore has several internal or "System" databases (views):
-
cluster: Stores cluster-level metadata that is replicated to all nodes in the cluster.This includes information about nodes host/ports etc. and information about databases and database partitions). Cluster replicas (named something like: cluster_) are created during DR (disaster recovery) cluster-to-cluster replication.{uint64_ t} -
information.: Read-only.schema A large set of system tables containing metadata about clusters and all the components within them. -
memsql: Stores metadata local to a given node, including which local databases exist, which local users exist, etc.
Other than information., these databases are not intended for users.ATTACH / DETACH DATABASE, BACKUP DATABASE, DROP DATABASE, REPLICATE DATABASE, REBALANCE PARTITIONS, RESTORE REDUNDANCY.
Last modified: