重庆思庄Oracle、Redhat认证学习论坛

标题: 使用analyze命令收集统计信息 [打印本页]

作者: miss_puff    时间: 2018-3-20 14:25
标题: 使用analyze命令收集统计信息
1、以计算模式收集表、表的所有列及表上的所有索引的统计信息
analyze table table_name compute statistics;


2、收集表的统计信息,并且以计算模式
analyze table table_name compute statistics for table;


3、以计算模式收集索引的统计信息
analyze index index_name compute statistics;


4、以计算模式对表的列收集统计信息
analyze table table_name compute statistics for table for columns col1,col2;


4、删除表、表的所有列及表的所有索引的统计信息
analyze table table_name delete statistics;






欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2