- PostgreSQL Replication(Second Edition)
- Hans Jürgen Sch?nig
- 164字
- 2021-07-16 13:33:48
Chapter 1. Understanding the Concepts of Replication
Replication is an important issue and, in order to get started, it is highly important to understand some basic concepts and theoretical ideas related to replication. In this chapter, you will be introduced to various concepts of replication, and learn which kind of replication is most suitable for which kind of practical scenario. By the end of the chapter, you will be able to judge whether a certain concept is feasible under various circumstances or not.
We will cover the following topics in this chapter:
- The CAP theorem and physical limitations of replication
- Different types of replication
- Synchronous and asynchronous replication
- Sharding and data distribution
The goal of this chapter is to give you a lot of insights into the theoretical concepts. This is truly important in order to judge whether a certain customer requirement is actually technically feasible or not. You will be guided through the fundamental ideas and important concepts related to replication.
- 精通Nginx(第2版)
- 深入理解Android(卷I)
- JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- Learning PostgreSQL
- C語言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- STM32F0實(shí)戰(zhàn):基于HAL庫開發(fā)
- 深入淺出PostgreSQL
- 零基礎(chǔ)學(xué)單片機(jī)C語言程序設(shè)計(jì)
- Android移動(dòng)開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- Flowable流程引擎實(shí)戰(zhàn)
- Django 3.0應(yīng)用開發(fā)詳解
- Web程序設(shè)計(jì):ASP.NET(第2版)
- Modernizing Legacy Applications in PHP
- C語言程序設(shè)計(jì)