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: Indexes for selecting distinct values

Re: Indexes for selecting distinct values

From: <xhoster_at_gmail.com>
Date: 17 Oct 2005 21:06:51 GMT
Message-ID: <20051017170651.883$G7@newsreader.com>


"JTommaney" <cdos_jtommaney_at_comcast.net> wrote:
> Bitmaps indexes have some significant concurrency issues if the cust
> table is updated frequently. They can also be impacted if there are
> incremental loads against the tables. Don't implement unless you
> understand these issues.
>
> Depending on your application requirements, MViews can significantly
> speed up the query, however I don't see a way to get the query to
> Incremental/Fast Refresh. You would likely get an ORA-12015: cannot
> create a fast refresh materialized view from a complex query error (
> The union essentially implies that a sort operation goes on before
> identifying if that is a 'new' row ). You could create a Complete
> refresh materialized view, however.

Perhaps do a union of 3 materialized views, rather than a materialized view of 3 unions?

Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service                        $9.95/Month 30GB
Received on Mon Oct 17 2005 - 16:06:51 CDT

Original text of this message

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