- PostgreSQL 9 High Availability Cookbook
- Shaun M. Thomas
- 82字
- 2021-12-08 12:32:04
Chapter 3. Pooling Resources
In this chapter, we will learn to combine and abstract connectivity to isolate and protect the database. We will cover the following recipes in this chapter:
- Determining connection costs and limits
- Installing PgBouncer
- Configuring PgBouncer safely
- Connecting to PgBouncer
- Listing PgBouncer server connections
- Listing PgBouncer client connections
- Evaluating PgBouncer pool health
- Installing pgpool
- Configuring pgpool for master/slave mode
- Testing a write query on pgpool
- Swapping active nodes with pgpool
- Combining the power of pgBouncer and pgpool
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- 潮流:UI設(shè)計(jì)必修課
- OpenCV實(shí)例精解
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 快速念咒:MySQL入門指南與進(jìn)階實(shí)戰(zhàn)
- PostgreSQL 12 High Availability Cookbook
- Java程序設(shè)計(jì)入門(第2版)
- C# 10核心技術(shù)指南
- C語(yǔ)言從入門到精通(微視頻精編版)
- Laravel 5.x Cookbook
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)
- C/C++語(yǔ)言程序開(kāi)發(fā)參考手冊(cè)
- PHP面試一戰(zhàn)到底
- Java性能權(quán)威指南
- Learning WebRTC