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 > DB2 > Performance: backup parameters

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-10-04, 07:56
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Performance: backup parameters

Hi,

For offline backup-ing the database I use the following command:
BACKUP DATABASE sample USER user USING password TO c:\backup WITH 3 BUFFERS BUFFER 1024 WITHOUT PROMPTING

What is the optimal performance value for:
1. number of BUFFERS and
2. BUFFER size?

This database is datawarehouse database and I have 2 GB of RAM. When executing the backup there are no processes running concurently. The main goal is minimal backup time.

My system:
DB2 V7.2 fp5 on Windows 2000 SP3

Thanks,
Grofaty
Reply With Quote
  #2 (permalink)  
Old 05-10-04, 08:48
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by grofaty
Hi,

For offline backup-ing the database I use the following command:
BACKUP DATABASE sample USER user USING password TO c:\backup WITH 3 BUFFERS BUFFER 1024 WITHOUT PROMPTING

What is the optimal performance value for:
1. number of BUFFERS and
2. BUFFER size?

This database is datawarehouse database and I have 2 GB of RAM. When executing the backup there are no processes running concurently. The main goal is minimal backup time.

My system:
DB2 V7.2 fp5 on Windows 2000 SP3

Thanks,
Grofaty
Number of buffers - my understanding is that increasing this is only an advantage when you're backing up to more than one directory.

Buffer size - bigger is better.

Parallelism is your biggest bang for the buck, it lets db2 read from multiple tablespaces at the same time.

See the Data Recovery and HA Guide, though, it has a lot more detail.
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
  #3 (permalink)  
Old 05-11-04, 07:19
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi J Petruk,

Thanks a lot.

Thanks,
Grofaty
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