From: Dan Jablonsky <[EMAIL PROTECTED]>
> I have evaluated the number of
>rows to be written in the database to around 4,500,000
>rows. In almost 48 hours the program has written only
>300,000. I want make it run much more faster.
>
>Any ideas, please?!?!
Are you doing an UPDATE or an INSERT? If
Hi everybody,
I'm running a perl programm that looks for some data
in a database and then it parses a large number of
logfiles in order to get counts for some specific
items found in those logs. All in all the flow should
be like this:
open a database
grab some fields, concatenate them
create abou