能源采矿update

能否对索引做update statistics?

能否对索引做update statistics?
参与1

1同行回答

光洋山光洋山数据库架构师金融科技公司
对索引字段作更新即可。如: create index idx_tab on tabname (c1, c2);那么:update statistics high for table tabname(c1);显示全部
对索引字段作更新即可。
如: create index idx_tab on tabname (c1, c2);
那么:
update statistics high for table tabname(c1);收起
软件开发 · 2012-10-29
浏览451

提问者

liuli98
采购代理/经理琉璃

相关问题

问题状态

  • 发布时间:2012-10-29
  • 关注会员:0 人
  • 问题浏览:1610
  • 最近回答:2012-10-29
  • X社区推广