in reply to Re: mysql cluster
in thread mysql cluster

The aim is to share the load of accessing data, hence many "read" databases. For now I plan to go with gmax's suggestion of having an application wrapper.

Replies are listed 'Best First'.
Re^3: mysql cluster
by aufflick (Deacon) on Aug 06, 2005 at 05:32 UTC
    Ok. If it was mainly redundency I was going to suggest you look at DRBD but it's *not* going to help your performance!

    DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1.