Overview of Materialized Views (184)
Materialized views are schema objects that can be used to summarize, compute,
replicate, and distribute data. They are suitable in various computing environments
such as data warehousing, decision support, and distributed or mobile computing.
Materialized views are similar to indexes in several ways:
■ They consume storage space.
■ They must be refreshed when the data in their master tables changes.
■ They improve the performance of SQL execution when they are used for query
rewrites.
■ Their existence is transparent to SQL applications and users.
Unlike indexes, materialized views can be accessed directly using a SELECT statement.
Depending on the types of refresh that are required, they can also be accessed directly
in an INSERT, UPDATE, or DELETE statement.
A materialized view can be partitioned. You can define a materialized view on a
partitioned table and one or more indexes on the materialized view.
物化檢視
1. 物化檢視一種可以用於彙總 ,計算,複製,及釋出資料的方案物件.
她適用於資料倉儲,決策支援,分散式計算及移動計算等多種環境
2. 物化檢視與索引相似之處 : 佔用空間 ; 當主表資料變化後 , 需要重新整理 ; 使用查詢重寫可以改進SQL的執行效率
對於使用者和SQL應用來說是透明的 , 不同之處在於物化檢視可透過select語句執行訪問
3. 物化檢視可被分割槽 , 在分割槽上也可以定於物化檢視 , 在物化檢視上可建立索引
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-981810/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Overview of Views (174)View
- Refresh Materialized Views (189)ZedView
- [DW]An article about Materialized Views(zz)ZedView
- Extents in Materialized Views and Their Logs (18)ZedView
- Materialized Views in data warehouse environment (185)ZedView
- Validating Tables, Indexes, Clusters, and Materialized ViewsIndexZedView
- Materialized Views in data distributed environment (186)ZedView
- Oracle Materialized Views Containing Joins OnlyOracleZedViewAI
- Materialized Views in mobile computing environment (187)ZedView
- How To Use DBMS_ADVISOR.TUNE_MVIEW Tuning Materialized ViewsViewZed
- [20121101]物化檢視與表(Materialized Views and Tables).txtZedView
- Materialized ViewZedView
- DML ViewsView
- PostgreSQL DBA(184) - Extension(hypoPG)SQL
- drop materialized view hung !!!ZedView
- 8.1.1 V$ ViewsView
- 8.1.2 GV$ ViewsView
- Parallel query & viewsParallelView
- External Views (33)View
- Flutter OverviewFlutterView
- materialized view 的總結ZedView
- about materialized view and long(turn)ZedView
- materialized view (物化檢視)ZedView
- barbajs-ViewsJSView
- Some Dictionary Views For ASMViewASM
- Views and Base Tables (243)View
- How Views are Stored (175)View
- How Views Are Used (176)View
- Mechanics of Views (177)View
- Dependencies and Views (180)View
- Object Views (182)ObjectView
- dart class overviewDartView
- Stormstarter-OverviewORMView
- Overview of PartitioningView
- Overview of Database CheckpointsViewDatabase
- Overview of Unix ResourcesView
- oracle function overviewOracleFunctionView
- Item Import OverviewImportView