Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Subject: Re: short e-mail survey on load-balance technology used

Subject: Re: short e-mail survey on load-balance technology used

2007-11-01       - By Russell E Glaue

 Back
Philip Hallstrom wrote:
...
>> 6) When it comes to scaling MySQL and the use of load-balancing, what
>> do you
>> feel is a technology that is missing that the MySQL community should
>> create?
>> (I.e. perhaps some new technical item in the MySQL database server
>> software, or
>> something on the load-balancing technology side)
>
> Something similar to pgpool that can automatically redirect writes to
> the master and reads to a pool of slaves.
>
> http://pgpool.projects.postgresql.org/
>
> If that already exists and you know about it, link please! :)


pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends).

Well there are a few solutions out there.

The first comparable product for MySQL is MySQL Proxy.
 http://forge.mysql.com/wiki/MySQL_Proxy


There is the C-JDBC solution, now known as Sequoia.
It was a project of ObjectWeb, now known as OW2
Now it is a part of the Continuent technology line as an Apache 2 licensed Open
Source solution.
   https://forge.continuent.org/projects/sequoia


You can read about some other options in an article I wrote on the MySQL
Developer Zone.
MySQL Failover Strategy using State Management, introducing MPP - Part 1
   http://dev.mysql.com/tech-resources/articles/failover-strategy-part1.html


Thanks for your feedback.
If you happen to remember the name of the hardware load balancer you used, I
would sure be interested to know the name.

-RG

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=mysql@(protected)