PostgreSQL High Availability Cookbook - Second Edition.

Master over 100 recipes to design and implement a highly available server with the advanced features of PostgreSQLAbout This Book Create a PostgreSQL cluster that stays online even when disaster strikes Avoid costly downtime and data loss that can ruin your business Updated to include the newest fea...

Full description

Saved in:
Bibliographic Details
Main Author: Thomas, Shaun M.
Format: Electronic eBook
Language:English
Published: Birmingham : Packt Publishing, 2017.
Edition:2nd ed.
Subjects:
Online Access: Full text (Wentworth users only)
Local Note:ProQuest Ebook Central

MARC

LEADER 00000cam a2200000uu 4500
001 in00000292757
006 m o d
007 cr |n|---|||||
008 170304s2017 enk o 000 0 eng d
005 20240806152155.4
020 |a 9781787125674 
020 |a 178712567X 
035 |a (OCoLC)974594474 
035 |a (OCoLC)ocn974594474 
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d MERUC  |d CHVBK  |d OCLCO  |d COO  |d OCLCF  |d OCLCQ  |d VT2  |d UOK  |d WYU  |d OCLCQ  |d LVT  |d OCLCQ  |d OCLCO 
050 4 |a QA76.9.D3  |b .T466 2017 
082 1 4 |a [E] 
100 1 |a Thomas, Shaun M. 
245 1 0 |a PostgreSQL High Availability Cookbook - Second Edition. 
250 |a 2nd ed. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (530 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a How to do it ... 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.Packtpub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Hardware Planning; Introduction; Planning for redundancy; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Having enough IOPS; Getting ready; How to do it ... ; How it works ... ; There's more ... ; A working example; Making concessions; Sizing storage; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Real-world example; Adjusting the numbers; Incorporating the spreadsheet; Investing in a RAID; Getting ready; How to do it ... 
505 8 |a How it works ... There's more ... ; See also; Picking a processor; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Hyperthreading; Turbo Boost; Power usage; See also; Making the most of memory; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Exploring nimble networking; Getting ready; How to do it ... ; How it works ... ; There's more ... ; A networking example; Remembering redundancy; Saving the research; See also; Managing motherboards; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Selecting a chassis; Getting ready; How to do it ... ; How it works ... ; There's more ... 
505 8 |a Saddling up to a SANGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Tallying up; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Protecting your eggs; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Handling and Avoiding Downtime; Introduction; Determining acceptable losses; Getting ready; How to do it ... ; How it works ... ; Configuration -- getting it right the first time; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Configuration -- managing scary settings; Getting ready; How to do it ... ; How it works ... ; There's more ... 
505 8 |a Distinct settingsMore information; See also; Identifying important tables; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Reset stats; Using pgstattuple; See also; Defusing cache poisoning; Getting ready; How to do it ... ; How it works ... ; See also; Exploring the magic of virtual IPs; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Terminating rogue connections; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Reducing contention with concurrent indexes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; No transactions; One at a time. 
505 8 |a Danger with OLTP useSee also; Managing system migrations; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Managing software upgrades; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Mitigating the impact of hardware failure; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Copying WAL files more easily; Adding compression; Secondary delay; See also; Applying bonus kernel tweaks; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Chapter 3: Pooling Resources; Introduction; Determining connection costs and limits; Getting ready. 
520 8 |a Master over 100 recipes to design and implement a highly available server with the advanced features of PostgreSQLAbout This Book Create a PostgreSQL cluster that stays online even when disaster strikes Avoid costly downtime and data loss that can ruin your business Updated to include the newest features introduced in PostgreSQL 9.6 with hands-on industry-driven recipesWho This Book Is ForIf you are a PostgreSQL DBA working on Linux systems who want a database that never gives up, this book is for you. If you've ever experienced a database outage, restored from a backup, spent hours trying to repair a malfunctioning cluster, or simply want to guarantee system stability, this book is definitely for you. What You Will Learn Protect your data with PostgreSQL replication and management tools such as Slony, Bucardo, pglogical, and WAL-E Hardware planning to help your database run efficiently Prepare for catastrophes and prevent them before they happen Reduce database resource contention with connection pooling using pgpool and PgBouncer Automate monitoring and alerts to visualize cluster activity using Nagios and collected Construct a robust software stack that can detect and fix outages Learn simple PostgreSQL High Availability with Patroni, or dive into the full power of Pacemaker. In DetailDatabases are nothing without the data they store. In the event of a failure - catastrophic or otherwise - immediate recovery is essential. By carefully combining multiple servers, it's even possible to hide the fact a failure occurred at all. From hardware selection to software stacks and horizontal scalability, this book will help you build a versatile PostgreSQL cluster that will survive crashes, resist data corruption, and grow smoothly with customer demand. It all begins with hardware selection for the skeleton of an efficient PostgreSQL database cluster. Then it's on to preventing downtime as well as troubleshooting some real life problems that administrators commonly face. Next, we add database monitoring to the stack, using collectd, Nagios, and Graphite. And no stack is complete without replication using multiple internal and external tools, including the newly released pglogical extension. Pacemaker or Raft consensus tools are the final piece to grant the cluster the ability to heal itself. We even round off by tackling the complex problem of data scalability. This book exploits many new features introduced in PostgreSQL 9.6 to make the database more efficient and adaptive, and most importantly, keep it running. Style and approachThis book contains practical recipes that will help the reader solve real world problems related to high availability in PostgreSQL. Every recipe is explained in detail, with relevant explanations, tips and tricks provided for quicker and easier understanding. 
588 0 |a Print version record. 
590 |a ProQuest Ebook Central  |b Ebook Central College Complete 
630 0 0 |a PostgreSQL. 
776 0 8 |i Print version:  |a Thomas, Shaun M.  |t PostgreSQL High Availability Cookbook - Second Edition.  |d Birmingham : Packt Publishing, ©2017 
852 |b Ebooks  |h ProQuest 
856 4 0 |u https://ebookcentral.proquest.com/lib/wit/detail.action?docID=4803416  |z Full text (Wentworth users only)  |t 0 
947 |a FLO  |x pq-ebc-base 
999 f f |s 26bd732a-e084-43a0-9ecf-8e9f18b1eb36  |i 392583d8-e3e1-4c24-8253-2b0c0e1d5cbf  |t 0 
952 f f |a Wentworth Institute of Technology  |b Main Campus  |c Wentworth Library  |d Ebooks  |t 0  |e ProQuest  |h Other scheme 
856 4 0 |t 0  |u https://ebookcentral.proquest.com/lib/wit/detail.action?docID=4803416  |y Full text (Wentworth users only)