in reply to Re: Performance quandary
in thread Performance quandary

Logging has been almost wiped from the face of the program. ;-) It is now only about 3-5% of time taken. (I was still debugging the logic of the program when the last profiles were posted). Also by the end of the run, when we're beyond half a million entries, the logging overhead gets lower and lower relative to everything else (because logging is always a fixed cost--the database management is where the problem comes in).