in reply to Perl DBI (sybase) rapidly delete large number of records

I don't know anything about sybase but I tried similiar with SQlite and there was a *terrific* improvement if the whole processing was done within a transaction due to the fact that updating the database needed only one writing procedure if transaction was used.

Greetings
RL

  • Comment on Re: Perl DBI (sybase) rapidly delete large number of records