Heim > Datenbank > MySQL-Tutorial > 关于Oracle 11g 统计信息的收集

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

WBOY
Freigeben: 2016-06-07 17:29:48
Original
1022 Leute haben es durchsucht

关于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搜集的统计信息。

linux

Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage