On Fri, Apr 09, 2010 at 02:39:52PM +0100, Lyle wrote:
> David Cantrell wrote:
> > At work* we use a MySQL database replicated to several machines at
> > several (well, two, for now) sites.  Is that the sort of thing you mean?
> Thanks David, yes that's the sort of thing. So this is just straight 
> replication handled and the DBM level? No fragmentation or anything like 
> that? Do you have any special way of grouping up the commits for 
> performance, or is the load mostly reads?

Yup, MySQL does the replication for us, with no fancy stuff.

We only write to one DB, replicating the changes out to all the others,
which are used by read-only clients.

-- 
David Cantrell | Official London Perl Mongers Bad Influence

There is no one true indentation style,
But if there were K&R would be Its Prophets.
Peace be upon Their Holy Beards.
_______________________________________________
BristolBathPM mailing list
[email protected]
http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm

Reply via email to