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 > DB2 slow performance with export to NFS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-10-06, 09:03
petervdb petervdb is offline
Registered User
 
Join Date: May 2006
Location: Belgium - De Panne
Posts: 1
DB2 slow performance with export to NFS

I am having a real bad performance when I try to export a DB2 table with the export command to an NFS drive
When I copy files to the NFS drive throughput is fast (90MB/sec) but when I export to the NFS drive I only get 1MB/sec.
When I export to an local drive export is also very high.
I export with the following command:
export to /nfs_drive/table.ixf OF IXF select * from database.table;

Any suggestions?
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