in reply to Re: Re: performance problem with oracle dbd
in thread performance problem with oracle dbd
The PL/SQL code doesn't have any network overhead, so naturally it will be faster. PL/SQL is not a general-purpose language, so it can't do the same things Perl can, but if it meets your needs and speed is extremely important for this project, I'd say use it.