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: How are views on views on views executed ??

Re: How are views on views on views executed ??

From: Kevin P. Fleming <kfleming_at_access-laserpress.com>
Date: Tue, 28 Sep 1999 18:53:16 GMT
Message-ID: <w88I3.267$%a1.1306@news.rdc1.az.home.com>


Views are (nearly) always completely expanded into the parent query, so even four levels of views result in a huge, single query for the optimizer to process.

Michael Keppler <Michael.Keppler_at_bigfoot.com> wrote in message news:7sqvq5$9ue_at_TGZ3...
> Hello everybody !
>
> If I define some views which use other views (and so on), how are they
> executed ? Every view one after one on the result set of the other views
> or is the definition of every view put into the definition of the next
> view, making it one big query (and to my opinion much faster) ??
>
> So can I use much views on views on views... to not always repeat big
> (and in parts equal) queries or will this slow down the performance ??
>
> Ciao and Thanks, Michael.
>
> --
> Michael Keppler, MCSE, MCP+I
> IT logic GbR
> Michael.Keppler_at_gmx.de
>
>
Received on Tue Sep 28 1999 - 13:53:16 CDT

Original text of this message

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