書名: PostgreSQL 9 High Availability Cookbook作者名: Shaun M. Thomas本章字數: 90字更新時間: 2021-12-08 12:32:01
Chapter 2. Handling and Avoiding Downtime
In this chapter, we will learn how we should react when outages inevitably occur and how to prepare ourselves for them. We will cover the following recipes in this chapter:
- Determining acceptable losses
- Configuration – getting it right the first time
- Configuration – managing scary settings
- Identifying important tables
- Defusing cache poisoning
- Exploring the magic of virtual IPs
- Terminating rogue connections
- Reducing contention with concurrent indexes
- Managing system migrations
- Managing software upgrades
- Mitigating the impact of hardware failure
- Applying bonus kernel tweaks
推薦閱讀
- 現代C++編程:從入門到實踐
- Intel Galileo Essentials
- 劍指JVM:虛擬機實踐與性能調優
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 概率成形編碼調制技術理論及應用
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Mastering JBoss Enterprise Application Platform 7
- Selenium Testing Tools Cookbook(Second Edition)
- Python深度學習:模型、方法與實現
- 圖數據庫實戰
- Mastering Docker
- Troubleshooting Citrix XenApp?
- Python Web自動化測試設計與實現
- Python第三方庫開發應用實戰
- 分布式數據庫HBase案例教程