PostgreSQL 14 Administration Cookbook: Over 175 proven recipes for database administrators to manage enterprise databases effectively
暫譯: PostgreSQL 14 管理食譜:超過 175 種經驗豐富的食譜,幫助資料庫管理員有效管理企業資料庫
Riggs, Simon, Ciolli, Gianni
- 出版商: Packt Publishing
- 出版日期: 2022-03-31
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 608
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1803248971
- ISBN-13: 9781803248974
-
相關分類:
PostgreSQL、SQL、資料庫
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,936Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems (Paperback)
-
$2,010$1,910 -
$880$695 -
$1,700$1,615 -
$2,156API Security in Action (Paperback)
-
$1,600$1,520 -
$2,024Learning Domain-Driven Design: Aligning Software Architecture and Business Strategy (Paperback)
-
$1,710System Design Interview – An Insider's Guide: Volume 2 (Paperback)
-
$2,146Introduction to Algorithms, 4/e (Hardcover)
-
$2,622Fluent Python: Clear, Concise, and Effective Programming, 2/e (Paperback)
-
$1,590$1,511 -
$1,910Software Mistakes and Tradeoffs: How to Make Good Programming Decisions (Paperback)
-
$1,620$1,539 -
$1,575$1,496 -
$620$434 -
$1,888Observability Engineering: Achieving Production Excellence (Paperback)
-
$500$350 -
$650$507 -
$650$507
商品描述
Administer, monitor, and replicate your PostgreSQL 14 database for efficient database management and maintenance
Key Features
- Troubleshoot and tackle any administration and management problems in PostgreSQL 14
- Find expert techniques for monitoring, fine-tuning, and securing your database
- Adopt efficient replication for high availability with PostgreSQL 14
Book Description
PostgreSQL is a powerful, open-source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 14 allows you to scale up your PostgreSQL infrastructure. With this book, you'll take a step-by-step, recipe-based approach to effective PostgreSQL administration.
This book will get you up and running with all the latest features of PostgreSQL 14 while helping you explore the entire database ecosystem. You'll learn how to tackle a variety of problems and pain points you may face as a database administrator such as creating tables, managing views, improving performance, and securing your database. As you make progress, the book will draw attention to important topics such as monitoring roles, validating backups, regular maintenance, and recovery of your PostgreSQL 14 database. This will help you understand roles, ensuring high availability, concurrency, and replication. Along with updated recipes, this book touches upon important areas like using generated columns, TOAST compression, PostgreSQL on the cloud, and much more.
By the end of this PostgreSQL book, you'll have gained the knowledge you need to manage your PostgreSQL 14 database efficiently, both in the cloud and on-premise.
What you will learn
- Plan, manage, and maintain PostgreSQL databases in production
- Work with the newly introduced features of PostgreSQL 14
- Use pgAdmin or OmniDB to perform database administrator (DBA) tasks
- Use psql to write accurate and repeatable scripts
- Understand how to tackle real-world data issues with the help of examples
- Select and implement robust backup and recovery techniques in PostgreSQL 14
- Deploy best practices for planning and designing live databases
Who this book is for
This Postgres 14 book is for database administrators, data architects, database developers, and anyone with an interest in planning and running live production databases using PostgreSQL 14. Those looking for hands-on solutions to any problem associated with PostgreSQL 14 administration will also find this book useful. Some experience with handling PostgreSQL databases will help you to make the most out of this book, however, it is a useful resource even if you are just beginning your Postgres journey.
商品描述(中文翻譯)
**管理、監控及複製您的 PostgreSQL 14 資料庫,以實現高效的資料庫管理與維護**
#### 主要特點
- 排除故障並解決 PostgreSQL 14 中的任何管理與管理問題
- 尋找監控、微調及保護您的資料庫的專家技術
- 採用高效的複製以實現 PostgreSQL 14 的高可用性
#### 書籍描述
PostgreSQL 是一個強大且開源的資料庫管理系統,以其高效能和穩定性而享有良好的聲譽。隨著許多新功能的加入,PostgreSQL 14 使您能夠擴展您的 PostgreSQL 基礎架構。本書將以逐步、食譜式的方法來有效地管理 PostgreSQL。
本書將幫助您快速掌握 PostgreSQL 14 的所有最新功能,同時探索整個資料庫生態系統。您將學習如何解決作為資料庫管理員可能面臨的各種問題和痛點,例如創建表格、管理視圖、改善效能和保護您的資料庫。隨著進展,本書將關注重要主題,如監控角色、驗證備份、定期維護和恢復您的 PostgreSQL 14 資料庫。這將幫助您理解角色,確保高可用性、併發性和複製。除了更新的食譜外,本書還涉及使用生成的欄位、TOAST 壓縮、雲端上的 PostgreSQL 等重要領域。
在本 PostgreSQL 書籍結束時,您將獲得有效管理您的 PostgreSQL 14 資料庫所需的知識,無論是在雲端還是本地。
#### 您將學到什麼
- 計劃、管理和維護生產中的 PostgreSQL 資料庫
- 使用 PostgreSQL 14 中新引入的功能
- 使用 pgAdmin 或 OmniDB 執行資料庫管理員 (DBA) 任務
- 使用 psql 編寫準確且可重複的腳本
- 理解如何利用範例解決現實世界中的資料問題
- 選擇並實施 PostgreSQL 14 中的穩健備份和恢復技術
- 部署最佳實踐以規劃和設計實時資料庫
#### 本書適合誰
這本 PostgreSQL 14 書籍適合資料庫管理員、資料架構師、資料庫開發人員,以及任何對使用 PostgreSQL 14 規劃和運行實時生產資料庫感興趣的人。尋求針對 PostgreSQL 14 管理相關問題的實用解決方案的人也會發現本書有用。對於處理 PostgreSQL 資料庫有一些經驗的人將能夠充分利用本書,但即使您剛開始您的 PostgreSQL 之旅,本書也是一個有用的資源。
目錄大綱
1. First Steps
2. Exploring the Database
3. Configuration
4. Server Control
5. Tables and Data
6. Security
7. Database Administration
8. Monitoring and Diagnosis
9. Regular Maintenance
10. Performance and Concurrency
11. Backup and Recovery
12. Replication and Upgrades
目錄大綱(中文翻譯)
1. First Steps
2. Exploring the Database
3. Configuration
4. Server Control
5. Tables and Data
6. Security
7. Database Administration
8. Monitoring and Diagnosis
9. Regular Maintenance
10. Performance and Concurrency
11. Backup and Recovery
12. Replication and Upgrades