DCOracle2 performance tuning

Stacy White harsh at computer.org
Sat Nov 23 20:11:29 EST 2002


I thought that might have been the issue, too, but I get the same
performance with array sizes of 10, 20, 50, 100, and 200.

"Uwe Hoffmann" <qual at epost.de> wrote in message
news:aronuq$i6v$02$1 at news.t-online.com...
> Stacy White wrote:
>
> > I work with a large body of Perl code, and am toying around with the
> > possibility of converting to Python.  One thing standing in my way is my
> > inability to make DCOracle2 perform comparably to Perl's DBD::Oracle.
> >
> > DCOracle2 performance is good relative to DBD::Oracle until it's faced
> > with
> > large result sets.  For instance, time for:
> >
> >   c = db.cursor()
>
> try to set the arraysize of the cursor
> c.arraysize=200
> maybe you see an improvement
>
> greetings
> uwe
>





More information about the Python-list mailing list