From: Chad Martin Date: September 28 2004 7:31pm Subject: Re: is cluster compatible with HA's heartbeat? List-Archive: http://lists.mysql.com/cluster/740 Message-Id: <4159BC20.3060600@aretestudios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Clint Byrum wrote: > Developers: It would be kind of cool if queries got split up evenly > between replica nodes somehow, maybe through some sort of range > selection. It would be even cooler if this was already implemented and I > just didn't know about it... ;) I know that ConnectorJ, the MySQL driver for Java, allows you to specify multiple MySQL servers in a connection line, and will connect to them in a round-robin fashion. Chad Martin