in reply to DBI: speed up insertions in generating database
So, I've re-written the parsing code to store each table's values in a separate text file temporarily. Then I'l run a separate importation routine that imports table by table.
The new text-file-storage parser is running right now at about 2,400 origin file lines per hour (there hundreds of values to extract from each line after comparison with criteria in another file - very convoluted), whereas the direct db-storage program was running at ~300 origin-file-lines per hour.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI: speed up insertions in generating database
by hakkr (Chaplain) on Dec 04, 2004 at 16:45 UTC |