1

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 key A are stored on node 1. I'd like to be sure that when I run procedure(A), it applies on node1.

We are going to use Mysql Fabric tool, but other options are considered too.

silent-box
  • 1,649
  • 3
  • 21
  • 40
  • This is a better fit for the [DBA site](http://dba.stackexchange.com) as this is infrastructure related and not programming per-se. – tadman Apr 06 '17 at 17:15

0 Answers0