Re: Slow performance with Django when connected to Oracle

2011-02-08 Thread Ian
On Feb 8, 3:15 pm, dw314159 wrote: > I am observing the same behavior in the Django shell. Here the actual > query runtime is about the same between Oracle and PostgreSQL back- > ends, but the total turnaround time is about 18 times longer with > Oracle. I believe the following code demonstrates t

Re: Slow performance with Django when connected to Oracle

2011-02-08 Thread dw314159
Ian, Thank you for the prompt reply! I am observing the same behavior in the Django shell. Here the actual query runtime is about the same between Oracle and PostgreSQL back- ends, but the total turnaround time is about 18 times longer with Oracle. I believe the following code demonstrates this c

Re: Slow performance with Django when connected to Oracle

2011-02-08 Thread Ian
On Feb 7, 9:44 pm, dw314159 wrote: > Django gurus: > > Hello, I am experiencing very slow performance with Django when > connected to an Oracle database. The exact same Django application > runs far faster with PostgreSQL and SQLite, with the same source data > loaded into each database. Looking a

Slow performance with Django when connected to Oracle

2011-02-07 Thread dw314159
Django gurus: Hello, I am experiencing very slow performance with Django when connected to an Oracle database. The exact same Django application runs far faster with PostgreSQL and SQLite, with the same source data loaded into each database. Looking at the information embedded in “connection.queri