Comments - MariaDB Galera Cluster Questions

10 years, 3 months ago Sergei Golubchik

Answered by Justin Swanhart on the mailing list:

Galera is a higher availability, not a sharding system. You can use spider or shard-query to handle transparent sharding. Spider is a storage engine and does most work in a single thread. Shard query is MPP and executes sort, join and group operations in parallel, but joins between shards are not possible unless you use sub queries in the from clause.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.