Questions tagged [mysql-fabric]

6 questions
9
votes
2 answers

What's the difference between MySQL Fabric and MySQL Cluster

I'm new to the MySQL world and was confused by the two. Don't they both provide high availability and sharding? Also, how does WebScaleSQL compare?
Mark13426
  • 579
  • 1
  • 7
  • 11
4
votes
5 answers

Avoiding MySQL Fabric to become a single point of failure

I managed to install and configure MySQL Fabric that manages multiple MySQL Server nodes. It works very well since I tested it by connecting to the Master node directly and played with the data (insert, delete). The slave nodes become identical to…
Nabeel
  • 141
  • 3
1
vote
1 answer

MySQLfabric -- Manage setup problem

MySQL fabric does not get configured , getting these errors : [mysql@dev-dm-gitest101z /root]# mysqlfabric manage setup Error : [INFO] 1413953890.788408 - MainThread - Initializing persister: user (fabric), server (dev.local:3301), database…
Mahesh Patil
  • 3,078
  • 2
  • 17
  • 23
1
vote
1 answer

Why Mysql Fabric is end of life, and what is an alternative?

Recently I am looking for an application level Sharding solution for MySql, and come across Mysql Fabric, but after some investigation, I find it was already announced to be end of life. It seems Mysql Fabric is not suggested to use any more. If so,…
Wayne Wang
  • 111
  • 4
0
votes
1 answer

MySQL sharding and stored procedures

Is there a way to dispatch stored procedure invocation on particular shard, based on sharding key (passed as procedure argument or somehow separately)? For example we have a table, sharded between 3 nodes using HASH sharding strategy. All rows with…
silent-box
  • 101
  • 3
0
votes
1 answer

Running MySQL Router with Fabric

I've setup replication and failover with MySQL Fabric, and everything it's working fine; now I need to give access to the personal that access the database, I'm trying to use MySQL Router, but in every documentation and manual I've found on internet…
Mauricio Cacho
  • 520
  • 3
  • 13