- PostgreSQL Replication(Second Edition)
- Hans Jürgen Sch?nig
- 70字
- 2021-07-16 13:33:51
Summary
In this chapter, you learned about Point-in-time Recovery, which is a safe and easy way to restore your PostgreSQL database to any desired point in time. PITR will help you implement better backup policies and make your setups more robust.
In the next chapter, we will extend this topic and turn to asynchronous replication. You will learn how to replicate an entire database instance using the PostgreSQL transaction log.
推薦閱讀
- 大學(xué)計算機(jī)基礎(chǔ)(第二版)
- Learning Bayesian Models with R
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- 深入理解Java7:核心技術(shù)與最佳實踐
- Hands-On Swift 5 Microservices Development
- UVM實戰(zhàn)
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- Create React App 2 Quick Start Guide
- Mastering Xamarin.Forms(Second Edition)
- 蘋果的產(chǎn)品設(shè)計之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗的七個原則
- 軟件測試實用教程
- Android Game Programming by Example
- ROS機(jī)器人編程實戰(zhàn)
- Java并發(fā)實現(xiàn)原理:JDK源碼剖析
- Java RESTful Web Service實戰(zhàn)