[Maria-discuss] Expected release of 10.0.28

2016-10-05 Thread Rhys.Campbell
Hi All, Do we have any estimation of the release of 10.0.28? Regards, Rhys ___ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://h

Re: [Maria-discuss] Expected release of 10.0.28

2016-10-05 Thread Colin Charles
While this isn't authoritative, if you go to jira.mariadb.org, you'll see it's targeted to be released at 24 November 2016 (but the galera release claims 13 Oct 2016). This is how I figure out what's coming out next... On Wednesday, 5 October 2016, wrote: > Hi All, > > > Do we have any estimatio

[Maria-discuss] sharding with mariadb?

2016-10-05 Thread l vic
I wonder how to use sharding with symmetric replication... Does that mean I have to partition every database instance? Does it work with third-party tools, like Vitess (http://vitess.io/)? Thanks ___ Mailing list: https://launchpad.net/~maria-discuss Post

Re: [Maria-discuss] sharding with mariadb?

2016-10-05 Thread Karthick Subramanian
Instead of using Vitess, can't we use maxscale? Can anyone provide me comparision of Vitess Vs Maxscale. Thank you. On Wed, Oct 5, 2016 at 11:21 PM, l vic wrote: > I wonder how to use sharding with symmetric replication... Does that mean > I have to partition every database instance? Does it wo

Re: [Maria-discuss] sharding with mariadb?

2016-10-05 Thread l vic
Isn't Maxscale a loadbalancer? Failed to see how you'd use it for db sharding. On Wed, Oct 5, 2016 at 3:19 PM, Karthick Subramanian < ksubraman...@paycommerce.com> wrote: > Instead of using Vitess, can't we use maxscale? > > Can anyone provide me comparision of Vitess Vs Maxscale. Thank you. > >

Re: [Maria-discuss] sharding with mariadb?

2016-10-05 Thread Markus Mäkelä
MaxScale does have a simple sharding module: https://mariadb.com/kb/en/mariadb-maxscale-14/maxscale-routers-schemarouter-router/ Markus On 05/10/16 22:36, l vic wrote: Isn't Maxscale a loadbalancer? Failed to see how you'd use it for db sharding. On Wed, Oct 5, 2016 at 3:19 PM, Karthick Sub

Re: [Maria-discuss] sharding with mariadb?

2016-10-05 Thread Justin Swanhart
What are your sharding requirements? Do you plan to report or aggregate the data across shards? Do you need parallelism when accessing more than one shard (or more than one partition in a table)? Do you need to push down aggregation, filtering, and joins? Joins between sharded and un-sharded

Re: [Maria-discuss] sharding with mariadb?

2016-10-05 Thread Karthick Subramanian
Hi, Not sure, whether this sharding you are looking for or more complicated one, below is simple sharding example: https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-14/maxscale-simple-sharding-with-two-servers/ On Thu, Oct 6, 2016 at 1:06 AM, l vic wrote: > Isn't Maxscale a loadbal

Re: [Maria-discuss] sharding with mariadb?

2016-10-05 Thread Karthick Subramanian
All, sorry for late reply to this thread. My outlook didn't refreshed properly with new messages. On Thu, Oct 6, 2016 at 9:43 AM, Karthick Subramanian < ksubraman...@paycommerce.com> wrote: > Hi, > > Not sure, whether this sharding you are looking for or more complicated > one, below is simple sh