- 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).
推薦閱讀
- Java應(yīng)用開發(fā)與實踐
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計
- UI智能化與前端智能化:工程技術(shù)、實現(xiàn)方法與編程思想
- Mastering JavaScript High Performance
- Java EE核心技術(shù)與應(yīng)用
- 機器學(xué)習(xí)與R語言實戰(zhàn)
- UI設(shè)計全書(全彩)
- Canvas Cookbook
- Mastering Elasticsearch(Second Edition)
- 從0到1:HTML5 Canvas動畫開發(fā)
- JavaEE架構(gòu)與程序設(shè)計
- 從“1”開始3D編程
- 軟件測試技術(shù)
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)
- Spring Boot學(xué)習(xí)指南:構(gòu)建云原生Java和Kotlin應(yīng)用程序