Re: Oracle API for C/C++ ?

From: Peter Sylvester <peters_at_mitre.org>
Date: Thu, 21 Oct 1999 09:21:48 -0400
Message-ID: <380F136C.3F5948FD_at_mitre.org>


[Quoted] I'll second Kelly's comments.

I haven't used OTL, but tests I've run show that array fetches will speed up Pro*C programs that are extracting lots of records by 2-5X, depending on the array size. It does require some extra logic, that you have to get right, though.

Peter

Kelly Burkhart wrote:

> The speed up you notice is probably due to OTL using array fetches
> which can make a huge difference if you are going over SQL*Net. Pro*C
> supports array fetches, and probably could be made to perform as well
> as OTL. I would be very surprised if Pro*C is 2-3 times slower than
> OCI in a fair comparison.
>
> --
> Kelly R. Burkhart
> kburk_at_sky.net
>
> Just enjoy the Ozzy and keep your mouth shut
> - George Plimpton (on SNL)
Received on Thu Oct 21 1999 - 15:21:48 CEST

Original text of this message