in reply to Re: performance problem with oralce dbd
in thread performance problem with oracle dbd
Thanks for the suggestion but the real app actually have a mix of different sql statments in it and after porting it from mysql (using DBI/DBD:: mysql) the performance dropped to an unaccpetable level so I created these simple test codes to see where the problem is. The select's are fine but commits for insert/updates are REALLY bad.