DCOracle2 performance tuning
Uwe Hoffmann
qual at epost.de
Sat Nov 23 15:28:26 EST 2002
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