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 > Informix > dbload performance question..

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-26-05, 17:46
zollen zollen is offline
Registered User
 
Join Date: Feb 2005
Posts: 1
Smile dbload performance question..

I have a 300,000 records data file that takes 7 mins for dbload to run. Is there a way to increase the performance of dbload utility???

I am using Informix v9
Reply With Quote
  #2 (permalink)  
Old 02-27-05, 07:40
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi,

The only tuning you can do with dbload is tuning the number of rows before commit. Normally this is one large transaction, which is also the fastest. Of course can you do quite some tuning inside your databaseschema (indexes disabling for example) or in your configuration. But probably the best way to improve performance is using the high performance loader. I'll bet it will be really a lot faster.

Hope this helps you a bit,

Rob
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