On Fri, 14 Mar 2003, Hagibis Fan wrote:
..
> I imagined a scenario whereas one server would feed transaction logs
> realtime to another server thats not yet running the database
> daemons..when the first server failed then the other one would be
> started, read the transaction logs (or journals as they are sometimes
> called), roll-forward the transactions, and start exactly the same point
> where the first server failed...

That's how MySQL does replication!!  :)

It literally feeds the logfile to another database server (there is a 
logging mode where every DML or DDL command is echoed to the log file). It 
apparently is robust enough for some people..

Of course the truly 'hot-shit' is using Oracle Parallel Server, which I 
have never touched, let alone used.  :P


---
Orlando Andico <[EMAIL PROTECTED]>
Mosaic Communications, Inc.

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL 
PROTECTED]

Reply via email to