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. 物化视图可被分区 , 在分区上也可以定于物化视图 , 在物化视图上可创建索引

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-981810/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10599713/viewspace-981810/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值