`
gip666
  • 浏览: 39181 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

查看某表高水位线

 
阅读更多

某张表的高水位线可以通过以下命令来查询:
analyze table tablename compute statistics;   
//对表进行分析,收集统计信息

select table_name,blocks,empty_blocks from user_tables
   where table_name='table_name';

其中的blocks就是HWM的值,。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics