Files
nexus/wiki/sources/RTO vs RPO Key Differences for Modern Disaster Recovery.md

40 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "RTO vs RPO Key Differences for Modern Disaster Recovery"
type: source
tags: []
date: 2026-04-14
---
## Source File
- [[raw/Cloud & DevOps/RTO vs RPO Key Differences for Modern Disaster Recovery.md]]
## Summary
- 核心主题RTO和RPO在现代灾难恢复中的差异
- 问题域:恢复时间和恢复点的选择
- 方法/机制:分层恢复目标策略
- 结论/价值:预防优于恢复
## Key Claims
- RTO系统可容忍的最大停机时间
- RPO可容忍的最大数据丢失量
- 功能开关实现秒级恢复
## Key Quotes
> "The best way to reach aggressive RTO and RPO targets isn't building a better disaster recovery plan—it's shipping code that doesn't break in the first place."
## Key Concepts
- [[RTO]]:恢复时间目标
- [[RPO]]:恢复点目标
- [[功能开关]]:特性标志控制
- [[渐进式发布]]:逐步推广
## Key Entities
- [[LaunchDarkly]]:功能管理平台
- [[Feature Flags]]:特性标志
## Connections
- [[功能开关]] ← enables ← [[RTO]]
- [[功能开关]] ← protects ← [[RPO]]
## Contradictions
- 无