From owner-freebsd-database@FreeBSD.ORG Wed Feb 2 00:51:25 2005 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A7BA16A4CE for ; Wed, 2 Feb 2005 00:51:25 +0000 (GMT) Received: from galilee.polands.org (CPE-24-208-53-189.new.rr.com [24.208.53.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FEF43D1D for ; Wed, 2 Feb 2005 00:51:24 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org (jericho.polands.org [172.16.1.35]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id j120pNRZ085134; Tue, 1 Feb 2005 18:51:23 -0600 (CST) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.1/8.13.1) with ESMTP id j120pNue014842; Tue, 1 Feb 2005 18:51:23 -0600 (CST) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.1/8.13.1/Submit) id j120pMZm014841; Tue, 1 Feb 2005 18:51:22 -0600 (CST) (envelope-from djp) Date: Tue, 1 Feb 2005 18:51:22 -0600 From: Doug Poland To: Drumslayer Message-ID: <20050202005122.GA14791@polands.org> References: <20050202003824.12705.qmail@web42107.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050202003824.12705.qmail@web42107.mail.yahoo.com> User-Agent: Mutt/1.5.6i cc: FreeBSD Database Subject: Re: MySql Load balancing Solutions? X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 00:51:25 -0000 On Tue, Feb 01, 2005 at 04:38:24PM -0800, Drumslayer wrote: > Hi > I have been running a fairly heavy duty server for MySQL on FreeBSD > but its starting to peak. I would like to know what others have done > as far as using a load balancing solution for MySQL or their success > with replication. Also has anyone done a 64 bit build of MySQL on > FreeBSD successfully? > I'd take a look at MySQL's own clustering solution: http://dev.mysql.com/doc/mysql/en/ndbcluster.html HTH, Doug