ALTER MATERIALIZED VIEW

简介: Use the ALTER MATERIALIZED VIEW statement to modify an existing materialized view in one or more of the following ways:To change its storage characteristicsTo change its refresh method, mode, or timeTo alter its structure so that it is a different type of materialized viewTo enable or disabl

Use the ALTER MATERIALIZED VIEW statement to modify an existing materialized view in one or more of the following ways:

To change its storage characteristics

To change its refresh method, mode, or time

To alter its structure so that it is a different type of materialized view

To enable or disable query rewrite

相关文章
|
6月前
|
SQL Oracle 关系型数据库
ALTER TABLE
【7月更文挑战第19天】ALTER TABLE 。
68 5
|
6月前
|
存储
DROP TABLE 语句
【7月更文挑战第20天】DROP TABLE 语句。
93 2
|
5月前
|
安全 关系型数据库 数据库
在 Postgres 中使用 Drop Column
【8月更文挑战第11天】
178 0
|
SQL Oracle 关系型数据库
Oracle-Materialized View解读
Oracle-Materialized View解读
835 0
|
SQL 分布式计算 Hadoop
SQL 语法--表特定语句--alter、drop、view | 学习笔记
快速学习 SQL 语法--表特定语句--alter、drop、view
329 0
SQL 语法--表特定语句--alter、drop、view | 学习笔记
ALTER TABLE
本文主要介绍如何对表相关的Sequence类型进行修改。
|
关系型数据库 MySQL
truncate table 和 drop table 的一点坑
网上一搜这个关键字,得到的结果大多都是delete、truncate、drop之间的区别 但是今天我们要讲的内容,是我们在生产环境中遇到的真实案例 互联网公司一般对大表,都会采用分区表或者物理分表吧,这里主要描述的是分表的删除过程中的问题 案例一 环境MySQL5.
4079 0
|
索引 关系型数据库 PostgreSQL
ALTER TABLE & ALTER TYPES
摘要: 主要的内容是alter, alter table, alter type, length, postgresql 9.2, rewrite, reindex,转换函数不需要重写表和索引
1521 0

热门文章

最新文章