View Single Post
  #3 (permalink)  
Old 01-25-2004
Ken Carpenter Ken Carpenter is offline
Registered User
 
 
Join Date: Feb 2003
Location: Vancouver, B.C., Canada
Posts: 31
I think backing up a database on a single machine is quite simple, since the database is in control of the transactional consistency.

The problem is that MMO games like Wish have hundreds of servers running, each with its own database, which means that a mechanism of ensuring that the backups are consistent amongst servers is also required.

It depends on the game/application as well. For some, it might be "OK" for the backups to be initiated a few seconds apart. For others, this could mean absolute chaos.
Reply With Quote