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 > import/export and tablespace

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-09, 05:36
jayawant01 jayawant01 is offline
Registered User
 
Join Date: Jun 2008
Posts: 40
import/export and tablespace

Hi all ,

I have two questions for you .

1 how can i improve performance of my import export command utility . load is not a option .

2 . Can i reassign a table to a new tablespace without dropping or recreating the table any way to alter ...

Thanks
Sandeep
Reply With Quote
  #2 (permalink)  
Old 04-06-09, 08:43
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
1. IMPORT is just a series of inserts and the usual methods of improving insert performance will apply. Drop indexes, disable constraints, increase the bufferpool and NUM_IOSERVERS.

2. No.
Reply With Quote
  #3 (permalink)  
Old 04-06-09, 08:49
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
1> commitcount
2> No
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #4 (permalink)  
Old 04-08-09, 01:58
jayawant01 jayawant01 is offline
Registered User
 
Join Date: Jun 2008
Posts: 40
Thanks a lot guys !
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