【2015新书】 PostgreSQL Replication
Book 图书名称: PostgreSQL Replication
Author 作者: Hans-Jurgen Schonig
Publisher 出版社: Packt Publishing
Page 页数: 291
Publishing Date 出版时间: Jul 28, 2015
Language 语言: English
Size 大小: 3 MB
Format 格式: pdf 文字版
ISBN:1783550600, 9781783550609
Edition: 第1版 搜索过论坛,没有该文档
Leverage the power of PostgreSQL replication to make your databases more robust, secure, scalable, and fast
About This BookEfficiently replicate PostgreSQL using high-end techniques to protect your data and run your server without interruptionsImprove reliability, fault-tolerance, and accessibility by maintaining consistency between redundant resourcesGet grips with the latest version of PostgreSQL with this example-based guideWho This Book Is For
This book is ideal for PostgreSQL administrators who want to set up and understand replication. By the end of the book, you will be able to make your databases more robust and secure by getting to grips with PostgreSQL replication.
What You Will LearnUse Point-in-time Recovery to perform data recovery as well as replicationSet up synchronous as well as asynchronous streaming replicationGet familiarized with the transaction log, the core component of most replication setups and its purposeImprove speed and reliability with an understanding of pgpool and PgBouncerIncrease your data security and geographically distribute dataMake your systems more available and secure with Linux High AvailabilityScale out with PL/Proxy and Postgres-XCDetect, investigate, and solve replication-related problemsIn Detail
PostgreSQL offers a comprehensive set of replication related features. Unleashing the power of PostgreSQL provides you with countless opportunities and a competitive advantage over other database systems.
This book will guide you through the most important concepts of PostgreSQL replication. It contains all the information you need to design and operate replicated setups.
Beginning by giving you an understanding of replication concepts, the PostgreSQL transaction log, and Point-in-time Recovery, we gradually move on to setting up asynchronous and synchronous replication. Next up, you will learn to monitor a PostgreSQL cluster setup, deal with monitoring tools, and then move on to understanding Linux High Availability. Further, we explore widely-used tools such as Slony, SkyTools, Postgres-XC, and walbouncer, and set up PL/Proxy.
Finally, you'll get acquainted with the new technology of BDR, which allows bidirectional replication in PostgreSQL.