How Materialized Views are linked with Oracle DataWare
house?
Answer / satya
Materialized views are schema objects that can be used to
summarize, precompute, replicate, and distribute data. E.g.
to construct a data warehouse.
A materialized view provides indirect access to table data
by storing the results of a query in a separate schema
object. Unlike an ordinary view, which does not take up any
storage space or contain any data.
The existence of a materialized view is transparent to SQL,
but when used for query rewrites will improve the
performance of SQL execution. An updatable materialized view
lets you insert, update, and delete.
You can define a materialized view on a base table,
partitioned table or view and you can define indexes on a
materialized view.
A materialized view can be stored in the same database as
its base table(s) or in a different database.
Materialized views stored in the same database as their base
tables can improve query performance through query rewrites.
Query rewrites are particularly useful in a data warehouse
environment.
| Is This Answer Correct ? | 9 Yes | 0 No |
What are data modeling and data mining? Where it will be used?
how to calculate sum(sal) with out using aggregator satge
How many clustered indexes can you create for a table in dwh? In case of truncate and delete command what happens to table, which has unique id 347 what is hybrid slowly changing dimension?
How Materialized Views are linked with Oracle DataWare house?
What are the types of partitioning?
Compare and contrast aggregates & indexes
What is difference macros and prompts?
Suppose date is 05sep2005; I want the output like 05sep2005:00:00:00 ; how it will come?
How to create diff. Types of templates?
How do we design a universe?
What is confirmed dimension?
How to drill through from a powerplay cube to reportnet?