- 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.
推薦閱讀
- Cocos2D-X權(quán)威指南(第2版)
- INSTANT OpenCV Starter
- OpenShift開發(fā)指南(原書第2版)
- SQL Server 2016從入門到精通(視頻教學(xué)超值版)
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- Learning SQLite for iOS
- Building Minecraft Server Modifications
- 用戶體驗增長:數(shù)字化·智能化·綠色化
- Web Development with MongoDB and Node(Third Edition)
- Python趣味編程與精彩實例
- Instant Zurb Foundation 4
- IBM Cognos TM1 Developer's Certification guide
- Unity Android Game Development by Example Beginner's Guide
- HTML5移動Web開發(fā)
- Python數(shù)據(jù)可視化之matplotlib實踐