- 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.
- 高手是如何做產(chǎn)品設(shè)計(jì)的(全2冊(cè))
- Angular UI Development with PrimeNG
- Java 9 Concurrency Cookbook(Second Edition)
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- iOS 9 Game Development Essentials
- Microsoft Application Virtualization Cookbook
- Designing Hyper-V Solutions
- Python王者歸來
- Mastering Kali Linux for Web Penetration Testing
- Full-Stack Vue.js 2 and Laravel 5
- Kinect for Windows SDK Programming Guide
- Spring Boot Cookbook
- R Deep Learning Cookbook
- Go并發(fā)編程實(shí)戰(zhàn)
- Java編程從入門到精通