If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > SQL Database Backup

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-03, 15:15
desiree54ct desiree54ct is offline
Registered User
 
Join Date: Sep 2003
Location: CT
Posts: 5
SQL Database Backup

My largest database is 13gb and it takes 6 minutes to create a SQL backup. The database is expected to grow to 350GB can I extrapolate that to 161 minutes for the 350GB? Is there a formula for computing backup run time?
Reply With Quote
  #2 (permalink)  
Old 11-06-03, 15:58
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
There are many way to do that

First you can try to use --quick option with mysqldump

use mysqlhotcopy perl script

Use a slave mysql server to backup the db with replication
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 11-06-03, 16:46
desiree54ct desiree54ct is offline
Registered User
 
Join Date: Sep 2003
Location: CT
Posts: 5
Olivier,

Thanks for the response. I'm new to SQL Server and not familiar with MYSQLDUMP. I looked on Technet but the only reference was to migration. What is it, is it available with SQL Server 2000 and any refresnce source you may know of?

Desiree
Reply With Quote
  #4 (permalink)  
Old 11-07-03, 00:55
aus aus is offline
Registered User
 
Join Date: Oct 2003
Location: Denver, Colorado
Posts: 137
Sorry Desiree, this is a forum for MySQL, not SQL Server. You might want to use the SQL Server forum instead.

Quote:
Originally posted by desiree54ct
Olivier,

Thanks for the response. I'm new to SQL Server and not familiar with MYSQLDUMP. I looked on Technet but the only reference was to migration. What is it, is it available with SQL Server 2000 and any refresnce source you may know of?

Desiree
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On