[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-09。"],[[["Firestore's point-in-time recovery (PITR) feature protects against accidental data deletion or writes by maintaining document versions from past timestamps, allowing recovery of data up to 7 days in the past."],["Once enabled, PITR retains data for 7 days, and the earliest available data for recovery depends on how recently PITR was enabled, with a minimum of 1 hour prior to the read request."],["PITR data is stored at a minute granularity, meaning you can only recover data using timestamps that are whole minutes, and in case of multiple writes to a document within a minute, only the last version is stored."],["Data can be recovered through stale reads to restore portions of the database, or through exports to restore the entire database to a past point in time."],["Enabling PITR incurs storage costs based on the average database size over a month and read operation costs for queries made during the PITR window, and may incur up to one day's storage cost even if it is disabled within a day."]]],[]]