10gR1 Materialized View - RowNum and Index
From: raja <dextersunil_at_gmail.com>
Date: Wed, 16 Dec 2009 23:17:43 -0800 (PST)
Message-ID: <c663bfd0-c334-4b3b-984f-78cae19c9914_at_g1g2000pra.googlegroups.com>
Hi,
Date: Wed, 16 Dec 2009 23:17:43 -0800 (PST)
Message-ID: <c663bfd0-c334-4b3b-984f-78cae19c9914_at_g1g2000pra.googlegroups.com>
Hi,
I have a few doubts on creating Materialized Views (MV). Please clarify them [ Database is : Oracle 10gR1 (Datawarehouse) ] :
- Can we create MV with rownum as one of the column ? for example : create materialized view mv1 as select a.col1, b.col2, rownum from a, b where a.col1 = b.col2 group by ...
- What will be the performance impact, if we create MV with rownum ?
- What will be the performance impact, if we create MV with rownum and Index created on :
- all the columns, including rownum ?
- all the columns, without rownum ?
Thanks.
With Regards,
Raja.
Received on Thu Dec 17 2009 - 01:17:43 CST