Getting started with Distributed SQL
Too Long; Didn't Read
Distributed databases allow you to scale reads and writes by adding nodes to the cluster while keeping all the benefits of relational databases. A key feature of a distributed SQL database is that it makes a cluster look like a single logical database. MariaDB Xpand rebalances the data when a node goes down, a new node is added, or a hotspot is detected.