why we use materialized view over view?

Answer Posted / abhinaw prakash

When we issue Select * from View it'll fetch the data from
the Base table were as with Materialized view when we issue
select * from Materialized view it ll fetch the data from
the materialized view.

Also with using materialized view we can escape the run time
joins that it ll have to do when retrieving for a query.

Also with View you cannot schedule it for refresh but with
MV we can schedule it for Refresh

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of transformation available in informatica.

831


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

828


Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM

3790


What is the benefit of session partitioning?

826


How can a transformation be made reusable?

854


what are 3 tech challenges/ common issues you face?

2112


Explain what are the different types of transformation available in informatica.

786


wf dont have integration severances how you can run?

1725


Explain transaction control transformation in informatica

1029


How to use procedural logic inside infromatica?

856


Differentiate between a database and data warehouse?

899


what is diff b/t sorter t/r and agg have the option sorter property...

1957


What is dynamic cache?

792


How can we improve session performance in aggregator transformation?

893


What are the transformations that are not supported in mapplet?

788