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 > Accelerate export database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-10, 05:09
Dolphon Dolphon is offline
Registered User
 
Join Date: Nov 2010
Posts: 1
Accelerate export database

Hi,

the current DB2 database is approximately 120GB in size.
Exporting the entire database takes about 5 hours.
The database is exported by using the following command:

Code:
db2 -t -v -f "export".sql
Code:
export.sql
EXPORT TO "e:\winprod\tabelle1.ixf" of ixf LOBS TO "e:\winprod\" MODIFIED BY LOBSINFILE MESSAGES "e:\winprodlog\tabelle1.log" SELECT * FROM DB2.tabelle1;
EXPORT TO "e:\winprod\tabelle2.ixf" of ixf LOBS TO "e:\winprod\" MODIFIED BY LOBSINFILE MESSAGES "e:\winprodlog\tabelle2.log" SELECT * FROM DB2.tabelle2;
........
Is it possible to accelerate the export procedure, for example by a different export format or other parameters?

Greetz

Dolphon
Reply With Quote
  #2 (permalink)  
Old 11-26-10, 05:40
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
Hi,

there are no Parameters to speed up a single Export. If your system is not at the IO-Capacity-Limits during the Export, you could run several exports in parallel. This should speed it up.
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