您好,欢迎访问一九零五行业门户网

关于Oracle 11g 统计信息的收集

关于oracle 11g 统计信息的收集 1.对于 analyze 请不要再使用compute 、estimate 选项,他们已经被废弃了。 此外analyze 搜集的统
关于oracle 11g 统计信息的收集
1.对于 analyze 请不要再使用compute 、estimate 选项,他们已经被废弃了。
此外analyze 搜集的统计信息不能被cost-based optimizer优化器所使用,只能在以下情形使用:
for statistics collection not related to the cost-based optimizer, such
as:
■ to use the  validate  or  list  chained  rows clauses
■ to collect information on freelist blocks
must use the analyze statement to collect statistics
unrelated to the optimizer, such as em pty blocks, average space, and so forth.
2.dbms_stats
可以并行的搜集统计信息,,为分区对象搜集全局的统计信息。而cbo实际上只使用
dbms_stats搜集的统计信息。
其它类似信息

推荐信息