DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Materialized View with complex condition

  1. #1
    Join Date
    Oct 2000
    Posts
    250
    Hello Everyone,
    I have a difficulties on creating Materialied View which involved of multiple tables and multiple complex select statement.
    And those based tables are very huge records of data.

    The more joins on the tables, the longer creatoion time it is.

    What is the best way to deal with this ? Appreciate for any valueable feedback.

    Thanks




  2. #2
    Join Date
    Mar 2002
    Posts
    534
    Execute your query without creating the MV, have a look at the explain plan and try to optimise it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width