in reply to Parsing a lot of data. Very slow. Need suggestions
You also mentioned "SQL queries" and updating a database. There's no SQL in this script at all. Perhaps it's in one of the external programs? Regardless, if you're not using placeholders when updating your database, you may want to consider doing so. That'll save time when interacting with the database.
--
There are 10 kinds of people -- those that understand binary, and those that don't.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Parsing a lot of data. Very slow. Need suggestions
by RMGir (Prior) on Aug 15, 2002 at 23:10 UTC | |
Re: Re: Parsing a lot of data. Very slow. Need suggestions
by vxp (Pilgrim) on Aug 16, 2002 at 12:43 UTC | |
by Ryszard (Priest) on Aug 16, 2002 at 14:09 UTC |