Re: [Maria-discuss] New Question: MariaDB Galera Cluster Questions

2014-01-04 Thread Alex Yurchenko
On 2014-01-03 21:50, AskMonty KB wrote: Hello, A new question has been asked in "MariaDB FAQ" by pranava: I have some questions on Maria DB Galera Cluster. Q1) If I partition a table in a schema which is part of MariaDB Galera Cluster, can i configure partitions

Re: [Maria-discuss] New Question: MariaDB Galera Cluster Questions

2014-01-04 Thread Justin Swanhart
Hi, 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 sha