I am trying to process a database and my code does so much that it takes a
whle to go through the database.
most of it is sql queries, updates and such.
For about 6000 records, it takes over a minute to process,maybe 2.5 to 3
minutes.
How can I speed it up?
I did create an index on some of the search fields, but didnt seem to help.
I have a 2.4 mhz machine!!
is sql faster or just going through each record and working on the fields
one at a time faster.
thanks again
whle to go through the database.
most of it is sql queries, updates and such.
For about 6000 records, it takes over a minute to process,maybe 2.5 to 3
minutes.
How can I speed it up?
I did create an index on some of the search fields, but didnt seem to help.
I have a 2.4 mhz machine!!
is sql faster or just going through each record and working on the fields
one at a time faster.
thanks again
Comment