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 > dbimport timings

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-21-05, 05:49
simstarkey simstarkey is offline
Registered User
 
Join Date: Feb 2005
Posts: 1
dbimport timings

Does anyone how long it would take to import a 1TB database containing 312000 tables, with 570000 indexes containing 710000000 rows using an 8 way pSeries 570 with AIX 5.2?, or are there any benchmark sites that give this info?
Reply With Quote
  #2 (permalink)  
Old 02-21-05, 13:51
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi,

Sorry but it is difficult (if not impossible) to give estimates on this kind of questions. But is is well-known that the dbimport tool is not the best scalable tool there is. Normally I would remove the indexes etc. from the import file and run them seperately afterwards using PDQ.

I think it is wise to tune your onconfig for this specific task. I can tell you it will take quite some time.

Again sorry for the non-complete answer!!

Greetz,

Rob
Reply With Quote
  #3 (permalink)  
Old 02-22-05, 08:40
fprose fprose is offline
Registered User
 
Join Date: Apr 2003
Location: Phoenix, AZ
Posts: 177
Not the type of thing you do with dbimport since the process is serial and the only time multiple CPU's would come into play would be when the indexes get created.

With something of this size you need to look at some custom procedures and involve the HPL running at least as many streams as you have CPU's on the box.
__________________
Fred Prose
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