从db2 UDB 环境迁移到分区环境问题
由于数据量很大,再搞一套环境装分区环境,然后导表的形式迁移的话不是很合适我在想,是不是可以把原来那个数据库当作分区数据库的一个node
然后再挂其他node,这样原来的数据就不用动了 yes you can, use
db2start... add dbpartitionnum...without tablespaces
command, to add a partition to the instance and all cataloged local databases
and then you can create new partition group cross all partitions, and you don't need to touch existing tablespaces....
页:
[1]