Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Accesing a database from different sites

by CountZero (Bishop)
on May 16, 2003 at 23:04 UTC ( [id://258789]=note: print w/replies, xml ) Need Help??


in reply to Accesing a database from different sites

If there is a heavy load on the site then two databases are better than one.

You can always "slave" one database to the other so that all updates to the "master" database get automatically replicated into the other.

Mind you, this means that the second ("slave") database cannot be updated directly: all updates must be made to the first ("master") database, to be replicated through the replication system.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Accesing a database from different sites

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://258789]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-23 16:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found