恢复路径 meaning in English
recovery path
Examples
- Occasionally , restore with norecovery rolls forward data to where it is consistent with the database
有关恢复路径和恢复分叉、恢复分支的相关概念的详细信息,请参阅 - If the whole roll forward set is consistent with the database , recovery is performed , and the database can be brought online
如果将数据库恢复到前一个时间点并从该点开始使用数据库,则将创建新的恢复路径。 - A configuration of servers that includes one primary server , one or more secondary servers each with a secondary database , and a monitor server
恢复路径( recovery path )使数据库到达特定时间点(称为恢复点)的一组数据和日志备份。 - With norecovery omits the undo phase to preserve uncommitted transactions . omitting the undo phase allows for restoring other backups to roll the database further forward in time
数据库开始新的恢复路径后,将不能应用任何预先存在的且在恢复分叉点之后创建的日志备份。 - With recovery includes both the redo and undo phases and recovers the database ; additional backups cannot be restored . this is the default . if the roll forward set has not been rolled forward far enough to be consistent with the database , the undo phase cannot occur
每个恢复路径都包含一系列将数据库恢复到特定时间点的数据和日志备份,该特定时间点可以是当前时间(通过正常使用数据库和备份) ,也可以是特定数据和日志还原。