- PostgreSQL Replication(Second Edition)
- Hans Jürgen Sch?nig
- 120字
- 2021-07-16 13:33:49
The XLOG and replication
In this chapter, you have already learned that the transaction log of PostgreSQL has all the changes made to the database. The transaction log itself is packed into nice and easy-to-use 16 MB segments.
The idea of using this set of changes to replicate data is not farfetched. In fact, it is a logical step in the development of every relational (or maybe even a nonrelational) database system. For the rest of this book, you will see in many ways how the PostgreSQL transaction log can be used, fetched, stored, replicated, and analyzed.
In most replicated systems, the PostgreSQL transaction log is the backbone of the entire architecture (for synchronous as well as for asynchronous replication).
推薦閱讀
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- INSTANT FreeMarker Starter
- Mastering Entity Framework
- jQuery開發基礎教程
- Apache Mahout Clustering Designs
- Python深度學習:基于TensorFlow
- Kotlin Programming By Example
- 30天學通C#項目案例開發
- 計算語言學導論
- Java EE項目應用開發
- Java Web動態網站開發(第2版·微課版)
- 零基礎學Java(第5版)
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- HTML5 and CSS3:Building Responsive Websites
- 編程風格:程序設計與系統構建的藝術(原書第2版)