Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Why a Select with Order By takes such a long time to complete on a complex view?

Re: Why a Select with Order By takes such a long time to complete on a complex view?

From: Kevin Bass <akil1_at_mindspring.com>
Date: Wed, 30 Aug 2000 06:42:37 -0400
Message-ID: <8oioil$37n$1@slb7.atl.mindspring.net>

When using the ORDER BY clause, the database performs a sort on the data that you are retrieving and also performs a full table scan.

Kevin

<dorutanasa_at_my-deja.com> wrote in message news:8oggq0$9eo$1_at_nnrp1.deja.com...
> Hi everybody,
>
> First of all, I just a beginner so please excuse any mistake that I
> would
> probably make.
>
> I needed to create in my database a view that use aprox. 12 tables. My
> view
> has over 30 columns, but using indexes in the base tables a select
> doesn't
> take so long (max 2-3 sec).
> Now, I want to use the ORDER BY clause in the SELECT statement, but
> can't do
> it because it takes too loooong time to be executed.
> Any idea why this happend... would be sincerely appreciated.
>
> Thanks,
> Doru.
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Aug 30 2000 - 05:42:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US