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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Performance of Views

Re: Performance of Views

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Tue, 01 Oct 2002 15:33:33 GMT
Message-ID: <3D99C038.6C977963@exesolutions.com>


alainkr wrote:

> Hello all,
>
> I need your advice for the following problem :
>
> I'd like to use a view for a query that is repeated througout our
> code. That query has 7 joins. From a developer I'd really like that.
> It would prevent each developer from aliasing with different name etc.
> I'm affraid of performance problem since that view would be against a
> quite large table 3,000,000 records / year
>
> A ran an execution plan for both (using the view and using tables)
> there're obliously identical. Now does that mean that I won't have any
> more performance problem with the view that without.
>
> I apreciate your help.
>
> Alain.

I would not expect this will cause any major problems.

But I always reserve the right to change my mind when reality proves otherwise.

Daniel Morgan Received on Tue Oct 01 2002 - 10:33:33 CDT

Original text of this message

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