奇怪,使用resize扩容表空间触发了rebalance!

在DB2 10.1FP3,AIX 7102环境,文件系统使用的是AIX LVM,有个表空间共32个容器,每个容器大小是20G,打算扩容这个表空间,于是使用了resize all 24G的命令,db2 "alter tablespace tbs1 resize (all 24G)",执行完成后发现 tbs1开始rebalance了,这个有点奇怪,我是在现有的增加空间,不会影响表空间的HWM,为什么会触发rebalance呢?

====已解决===
该问题与表空间分布有关,可以查看这篇博文:http://blog.itpub.net/802647/viewspace-2141095/

参与16

4 同行回答

hackergodness hackergodness 数据库开发工程师 爱奇艺
When new containers are added to a table space or existing containers are extended, a rebalance of the table space data will occur if the new space is added below the high water mark for the table space.Information Center中的解释,看看能不能回答你的问...显示全部

When new containers are added to a table space or existing containers are extended, a rebalance of the table space data will occur if the new space is added below the high water mark for the table space.

Information Center中的解释,看看能不能回答你的问题。
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_9.7.0/com.ibm.db2.luw.admin.dbobj.doc/doc/c0008087.html
自己正好也补下功课

收起
互联网服务 · 2017-06-20
浏览3152
icycastle 邀答

提问者

icycastle
数据库管理员 某证券公司
评论145

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2017-06-20
  • 关注会员:4 人
  • 问题浏览:5628
  • 最近回答:2017-06-20
  • X社区推广