Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL vs C Performance

Re: PL/SQL vs C Performance

From: John Seitz <seitz_at_pobox.com>
Date: Sun, 06 Jun 1999 00:56:56 GMT
Message-ID: <3759C7AE.3B2DDC4C@pobox.com>


Well the real speed is that the Database doesn't have to transfer the data across the network. C code is much faster at doing calculations, but if those calcs require huge amounts of data from the DB then PL/SQL will more then likely be faster.

Sometimes you have to do both to test for performance.

John

Paul Davies wrote:

> I'm trying to decide how much program functionality to put PL/SQL and how
> much to keep in my C programs. Can anyone give me an indication of how much
> faster / slower PL/SQL is compared to C?
>
> Thanks
>
> Paul
Received on Sat Jun 05 1999 - 19:56:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US