分析索引

上一篇 / 下一篇  2008-06-05 13:37:44 / 个人分类:索引

 

--分析索引

analyze table th compute statistics for table for all indexes for all indexed columns;
analyze table th compute statistics for table for all indexes ;
analyze table th compute statistics for table for indexed columns;

SQL> analyze table th compute statistics;

--

alter system flush shared_pool;

 

--删除统计信息
select 'analyze table ' || table_name || ' delete statistics;' from user_tables;
analyze table  table_name delete statistics;


TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-09-06  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 1885
  • 日志数: 72
  • 书签数: 2
  • 建立时间: 2008-04-29
  • 更新时间: 2008-09-05

RSS订阅

Open Toolbar