

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 使用 Amazon Keyspaces 时间点故障恢复来备份和还原数据
<a name="PointInTimeRecovery"></a>

Point-in-time 恢复 (PITR) 通过为您提供表数据的连续备份，帮助保护您的 Amazon Keyspaces 表免受意外写入或删除操作的影响。

例如，假设测试脚本意外写入生产 Amazon Keyspaces 表中。借助时间点故障恢复，您可以将该表的数据还原到过去 35 天内启用 PITR 以来的任何时间点。如果删除了启用时间点故障恢复的表，您可以查询已删除表的 35 天数据（无需额外费用），并将其还原到删除点之前的状态。

您可以使用控制台、软件开发工具包和 () 或 Cassandra 查询语言 AWS Command Line Interface (CQL AWS CLI) 将 Amazon AWS Keyspaces 表恢复到某个时间点。有关更多信息，请参阅 [在 Amazon Keyspaces 中使用时间点故障恢复](PointInTimeRecovery_Tutorial.md)。

Point-in-time 操作对基表的性能或可用性没有影响，恢复表也不会消耗额外的吞吐量。

有关 PITR 限额的更多信息，请参阅 [Amazon Keyspaces（Apache Cassandra 兼容）限额](quotas.md)。

有关定价的信息，请参阅 [Amazon Keyspaces（Apache Cassandra 兼容）定价](https://aws.amazon.com/keyspaces/pricing)。

**Topics**
+ [Amazon Keyspaces 时间点故障恢复 (PITR) 的工作原理](PointInTimeRecovery_HowItWorks.md)
+ [在 Amazon Keyspaces 中使用时间点故障恢复](PointInTimeRecovery_Tutorial.md)