On 6/3/2010 1:50 PM, Mauricio Martinez Garcia wrote:
The time for an comparation of 2 DBs are many.
Python: 1 - 2 mins by rows.
Java 0.02 - 0.10 secs by rows.

I need improvement the time of response of 1 - 2 minutes to 0.02 -
0.10 secs. How can this?.

Out of interest, have you ruled out that the Python overhead isn't incurred by just establishing the connection? Oracle interop can be funny sometimes -- underlying configuration oddities can hang initial connection attempts by a couple of minutes.

How long does it take to establish a connection and run a dummy query?

        Trent.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to