时间线、历史文件和 'recovery_target_timeline' 中的设置的目的是什么recovery.conf?
recovery.conf
我从 PostgreSQL 9.1 文档中得到的模糊理解是,当从服务器完成恢复时,它会切换到新的时间线,以防止覆盖先前时间线的 WAL。
我不清楚这是如何在恢复场景中使用的,以及 .history 文件和“recovery_target_timeline”设置为“最新”的目的。
postgresql
postgresql ×1