[Sqlrelay-discussion] SQLRelay and MySQL Cluster
Brought to you by:
mused
|
From: Sandeep C. <csa...@cy...> - 2005-09-09 14:59:04
|
Hi all, I have a mysql cluster, with single write server and multiple read servers. All commits/inserts to the write servers are replicated on to the read servers via the mysql master/slave setup. I plan to use SQLRelay to pool the connection. Is it possible to setup SqlRelay to always connect to a single server for all commits/inserts and to connect to a cluster of servers for all reads/selects ? - Sandeep |