RE: query performance - getting started

From: <Joel.Patterson_at_crowley.com>
Date: Thu, 7 Apr 2011 08:50:53 -0400
Message-ID: <C95D75DD2E01DD4D81124D104D317ACA16155771B7_at_JAXMSG01.crowley.com>


Query performance continued.

We have a very complicated Materialized view, and a view that utilizes the MV. We cannot use Fast refresh - a complete refresh is necessary. The app can decide when the view is refreshed, and can execute dbms_refresh when necessary.

Essentially all records are truncated, and the view is rebuilt as part of the complete refresh. So, is this just as easy, efficient as any other method such as Temp tables, Truncating a permanent table and re-inserting, or other?

Moving forward,

JP

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 07 2011 - 07:50:53 CDT

Original text of this message