Oracle中的视图和实例化视图之间有什么区别? [英] What is the difference between Views and Materialized Views in Oracle?

查看:65
本文介绍了Oracle中的视图和实例化视图之间有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Oracle中的视图和实例化视图之间有什么区别?

What is the difference between Views and Materialized Views in Oracle?

推荐答案

物化视图基于磁盘,并根据查询定义定期更新.

Materialized views are disk based and are updated periodically based upon the query definition.

视图仅是虚拟的,每次访问时都运行查询定义.

Views are virtual only and run the query definition each time they are accessed.

这篇关于Oracle中的视图和实例化视图之间有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆