in reply to processing slows way down
It would be most effective to use a simple Perl script to create the text stream that will serve as input to the native dbms import tool, so that you have a chance to make sure that the input won't involve any really hazardous mistakes -- i.e. errors in the data that the dbms tool might find acceptable even though they are errors.
I haven't done a recent systematic benchmark of Perl/DBI vs. sqlload, but the last time I had occasion to compare the two, doing row inserts via Perl/DBI was orders of magnitude slower than using sqlload.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: processing slows way down
by Anonymous Monk on Jul 10, 2004 at 17:04 UTC | |
by simonm (Vicar) on Jul 10, 2004 at 17:31 UTC | |
by Anonymous Monk on Jul 10, 2004 at 19:59 UTC |