recover和restore的区别
restore just copy the physical file,recover will consistent the database
restore 是还原,文件级的恢复
recover是恢复,数据级的恢复
在MOUNT下的备份可以不需要recover
restore just copy the physical file,recover will consistent the database
restore 是还原,文件级的恢复
recover是恢复,数据级的恢复
在MOUNT下的备份可以不需要recover
本文详细解释了数据库恢复中recover和restore两个概念的区别。restore主要指文件级别的还原操作,而recover则是确保数据一致性的恢复过程。文章指出,在MOUNT状态下的备份通常不需要使用recover。

451

被折叠的 条评论
为什么被折叠?



