PostgreSQL 和时间点恢复
我正在阅读以下内容: http://www.postgresql.org/about/
我看到这:
企业级数据库, PostgreSQL 拥有先进的 诸如...时间点等功能 恢复
我需要一些关于这个主题及其特征和实例的说明,或者分享他们自己的表演经验?
I was reading through this: http://www.postgresql.org/about/
And I saw this:
An enterprise class database,
PostgreSQL boasts sophisticated
features such as ... point in time
recovery
I need some light shed on this subject and its features and examples of it in action or share their own performance experiences?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要查阅文档。
我认为您需要阅读“24.4. 用于高可用性的热备用服务器”的大部分内容 - 但其中所写的内容是基于“24.3. 连续归档和时间点恢复 (PITR)”中的信息,因此您可能想先读一下。
总结一下:
You might want to consult documentation.
I think that you will want to read mostly part "24.4. Warm Standby Servers for High Availability" - but what is written there is based on information from "24.3. Continuous Archiving and Point-In-Time Recovery (PITR)" so you might want to read it first.
To summarize: