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

Home -> Community -> Usenet -> c.d.o.server -> Re: Impact of views on performances

Re: Impact of views on performances

From: <michael_bialik_at_my-deja.com>
Date: Fri, 11 Feb 2000 18:39:48 GMT
Message-ID: <881l1j$ki2$1@nnrp1.deja.com>


Hi.

  1. Beware of "nonmergeable views" - it may degrade your performance. Check Oracle documentation.
  2. In theory your query and view definitions will be megred and analyzed as one BIG query, so you are not supposed to have performance problems with views. However we are not living in perfect world - so that merge is not always performed ( see "nonmergeable views" ). At "my" installation we got a number of such problems - so be prepared.

  HTH. Michael.
In article <38a24a55_at_news.vo.lu>,
  "michel parisse" <michel.parisse_at_advalvas.be> wrote:
> I want to use views to isolate code from changes of my database
schema; Yet
> I am told that views will have a negative impact on performance with
the
> growing size of my database (today with the largest table at 150000
records,
> but growing). Further, when I have index defined on the tables that
I am
> planning to access through views, will these indexes continue to be
used?
>
> Any idea of impact or where to look for in depth information?
>
> Michel & Véronique Parisse
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Feb 11 2000 - 12:39:48 CST

Original text of this message

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