Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can Oracle Materialized Views be used to speed up data
warehouse queries?

Answers were Sorted based on User's Feedback



How can Oracle Materialized Views be used to speed up data warehouse queries?..

Answer / sabeena

A materialized view is a database object that contains the
results of a query. They are local copies of data located
remotely, or are used to create summary tables based on
aggregations of a table's data. Materialized views, which
store data based on remote tables are also, know as
snapshots.

A materialized view can query tables, views, and other
materialized views. Collectively these are called master
tables (a replication term) or detail tables (a data
warehouse term).

For data warehousing purposes, the materialized views
commonly created are aggregate views, single-table
aggregate views, and join views.

Is This Answer Correct ?    7 Yes 0 No

How can Oracle Materialized Views be used to speed up data warehouse queries?..

Answer / mallika

In data warehouses, you can use materialized views to
precompute and store aggregated data such as the sum of
sales.
Materialized views are often referred to as summaries,
because they store summarized data. They can also be used
to precompute joins with or without aggregations.

A materialized view eliminates the overhead associated with
expensive joins and aggregations for a large or important
class of queries

Is This Answer Correct ?    4 Yes 0 No

How can Oracle Materialized Views be used to speed up data warehouse queries?..

Answer / svs rajesh

In oracle materialized view carry the carry with them so it
is easy 7 faster to retrieve the data for reporting instead
of goin to the actual database these provide the faster
retrieval of data.

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More Data Warehouse General Interview Questions

What is the goal of optimizer?

0 Answers  


I need to set predefined condition. How I do this?

0 Answers  


Explain difference between snow flake and star schema. What are situations where snow flake schema is better than star schema to use and when the opposite is true?

0 Answers  


How to eliminate duplicate rows from flat file?

0 Answers  


what is parallelism?

2 Answers  


Code the tables statement to produce a multi-level frequency?

0 Answers  


What are algorithms provided by Microsoft in SQL Server?

0 Answers  


What are the types of dimensional modeling?

0 Answers  


What is the difference between a data warehouse and a data mart?

15 Answers   Apex, ASD Lab, Bank Of America,


What are aggregate fact tables ? why they are needed? give an example

2 Answers  


Explain the difference between filter and conditin?

0 Answers  


Explain the different types of data warehousing?

0 Answers  


Categories