- PostgreSQL Replication(Second Edition)
- Hans Jürgen Sch?nig
- 91字
- 2021-07-16 13:33:50
Summary
In this chapter, you learned about the purpose of the PostgreSQL transaction log. We talked extensively about the on-disk data format and some highly important topics, such as consistency and performance. All of them will be needed when we replicate our first database in the next chapter.
The next chapter will build on top of what you have just learned, and focus on Point-in-time-Recovery (PITR). Therefore, the goal will be to make PostgreSQL return to a certain point in time and provide data as if some later transactions never happened.
推薦閱讀
- GitLab Cookbook
- Beginning Java Data Structures and Algorithms
- Cassandra Design Patterns(Second Edition)
- 信息安全技術(shù)
- Java性能權(quán)威指南(第2版)
- Unity 5.x By Example
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)開發(fā)詳解
- Building an RPG with Unity 2018
- Apache Kafka Quick Start Guide
- Oracle GoldenGate 12c Implementer's Guide
- WordPress Search Engine Optimization(Second Edition)
- 從零開始學(xué)Unity游戲開發(fā):場(chǎng)景+角色+腳本+交互+體驗(yàn)+效果+發(fā)布
- 微信小程序開發(fā)邊做邊學(xué)(微課視頻版)
- ASP.NET本質(zhì)論
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐