开发者

Separating Reads & Writes to Mysql With out touching web server's configuration

开发者 https://www.devze.com 2023-04-13 01:46 出处:网络
I heard that there is a some type o开发者_StackOverflow社区f mysql load balancer that splits read and writes and sends each request to different mysql instance (master, slave). So we can use master sl

I heard that there is a some type o开发者_StackOverflow社区f mysql load balancer that splits read and writes and sends each request to different mysql instance (master, slave). So we can use master slave configuration with out updating each web app server.

So each app server uses one ip and sends all request to same server. But that servers splits the request and sends to corresponding sql server

If there is a system like that what is it called?

Thanks


I think you're looking for the MySQL Proxy. Article describing its use:

http://jan.kneschke.de/2007/8/1/mysql-proxy-learns-r-w-splitting/

Software is available from the MySQL website, but it's not clear if the project is still alive or not:

http://dev.mysql.com/downloads/mysql-proxy/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号