Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle slower then SQL Server 6.5 problem
It's probably your ODBC driver that's the pig.
In my testing, SQL server performed better than Oracle,
both on the exact same machine (W2000 Server),
when < 32million rows (single table).
Above 32M, Oracle kicked butt.
I use an Intersolv ODBC driver which is about 5 times faster than the <intersolv?> driver Oracle provides with their Client.
Microsofts SQL server ODBC driver is very very fast with their database.
<jocave_at_my-deja.com> wrote in message news:8qtovm$lgr$1_at_nnrp1.deja.com...
> In article <budA5.71$Dr6.2641_at_nsw.nnrp.telstra.net>,
> "Rondo" <ron_at_iesys.com.au> wrote:
> > Hi,
> >
> > I have an application that displays data from an ODBC data source. For
a
> > given query
> > it takes about 1 sec on SQLServer 6.5 on a 450MHz/128MB PC but it
takes 30
> > secs
> > on a highly configured Oracle server. All the usual indexes have been
set
> > up. There are no
> > joins.
> >
> > The application uses bulk record fetching. I've tried the Oracle and
the
> > Microsoft Oracle drivers - no diff.
> >
> > I tried modifying the query to return 7 times as much data - surprise
![]() |
![]() |