问题描述:
在使用db2 list utilities show detail监控db2 restore进展时,输出不准,completed work很大,已经有几百个G,但实际上我要进行的是部分表空间的恢复,这些表空间加起来也不到一百G。
原因:
Completed Work并不是已经恢复的数据量,而是已经读取的数据量,Restore is reading from the backup image, and the actual number of bytes read is updated as completed work. 。即使只恢复部分表空间,也要读取完整的备份。所以读取的数据量很大。
参考资料: