Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Materlizedview or CTAS – Need help on Design approach

user1758353Oct 6 2010 — edited Oct 7 2010
Hi All,

We are having a table which is called master table(MASTER). This table contains 20 months data always. We need to maintain another table(CP_MASTER) on top of MASTER table .This table would be used for reporting purpose. This MASTER table will updated weekly or monthly once so we don’t want anything to be impacted on reporting queires while refereshing MASTER table. We are planning to follow either one of approach.

Option 1 : CTAS : Creating table as CP_MASTER using CTAS and create indexes on new table .
Option 1 : Materlizedviews : Weekly or Monthly referesh CP_MASTER table using Materlizedviews and create indexes on Meterlized views.

Could you please suggest which approach would be good and reliable.

Thanks,
Users
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2010
Added on Oct 6 2010
7 comments
475 views