chorg has asked for the wisdom of the Perl Monks concerning the following question:
Because I like to put my data where it is safe(ish) I tend to put lots of stuff in db tables, since that is where the data is anyway...
This of course defeats clustering, because it makes the db machine (NFS mounted) the bottleneck.
SO...
I'm looking into trying to cluster the databases - that is to use multiple cheap dbs to handle some of the load. Anyone have any tips about how to go abt doing that? I'll need an algorithim to sync the db's somehow, but I'd love to get perhaps a different view on the problem...
_______________________________________________
"Intelligence is a tool used achieve goals, however goals are not always chosen
wisely..."
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: database pooling
by tinman (Curate) on Apr 25, 2001 at 01:03 UTC | |
Re: database pooling
by arturo (Vicar) on Apr 25, 2001 at 01:01 UTC |