MySQL Forums
Forum List  »  Memory Storage Engine

Re: backup a memory based db
Posted by: Zsolt Kendi
Date: February 26, 2009 12:30PM

The better soltion if the hardware has smart UPS backup. In that case the application has enough time to close database and backed up to persistent drive.

If you use ramdisk you need reliable hardware for.

You have chance to online backup of tables. You can found script for (lock for write, backup table to persistent, unlock for wirte). If you have less modification maybe this is better way to reliable backup.

If you have less modification in database think SSD (solid state) drive. This is persistent and has fast read capability. This is maybe the easyest solution.

Options: ReplyQuote


Subject
Views
Written By
Posted
9039
November 18, 2007 11:33PM
Re: backup a memory based db
5348
February 26, 2009 12:30PM
5165
February 27, 2009 03:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.