← Back to team overview

maria-discuss team mailing list archive

New Question: can maxscal support router like this?

 

Hello,

A new question has been asked in "MaxScale Routers" by hei_yingzi_(darkz)_g. Please answer it at http://mariadb.com/kb/en/can-maxscal-support-router-like-this/ as the person asking the question may not be subscribed to the mailing list.

--------------------------------
I have some server storage some records,like this
server_id -> column value
server1 -> s1
server2 -> s2
server3 -> s3
server4 -> s4

table table_name1 struce like 
column1,column2,sid
a,1,s1
when I query
select * from table_name1  where sid=s1,
then route the query to server1
...
select * from table_name1  where sid=s2,
then route the query to server2

--------------------------------

To view or answer this question please visit: http://mariadb.com/kb/en/can-maxscal-support-router-like-this/