- PostgreSQL Replication(Second Edition)
- Hans Jürgen Sch?nig
- 187字
- 2021-07-16 13:33:49
Chapter 2. Understanding the PostgreSQL Transaction Log
In the previous chapter, we dealt with various replication concepts. That was meant to be more of a theoretical overview to sharpen your senses for what is to come, and was supposed to introduce the topic in general.
In this chapter, we will move closer to practical solutions, and you will learn how PostgreSQL works internally and what it means for replication. We will see what the so-called transaction log (XLOG) does and how it operates. The XLOG is the very backbone of the PostgreSQL onboard replication machinery. It is essential to understand how this part works in order to fully understand replication. You will learn the following topics in this chapter:
- How PostgreSQL writes data
- Which memory and storage parameters are involved
- How writes can be optimized
- How writes are replicated
- How data consistency can be ensured
In this chapter, you will also learn about replication slots and logical decoding. Once you have completed reading this chapter, you will be ready to understand the next chapter, which will teach you how to safely replicate your first database.
- ASP.NET MVC4框架揭秘
- Getting Started with PowerShell
- Java編程指南:基礎(chǔ)知識(shí)、類庫(kù)應(yīng)用及案例設(shè)計(jì)
- Hands-On RESTful Web Services with Go
- ArcGIS By Example
- Node.js Design Patterns
- Instant Nancy Web Development
- 深入分布式緩存:從原理到實(shí)踐
- 利用Python進(jìn)行數(shù)據(jù)分析
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Visualforce Developer’s guide
- Kubernetes源碼剖析
- OpenCV with Python By Example
- Python青少年趣味編程
- Learning iOS Security