PostgreSQL 9.0 High Performance (Paperback)
暫譯: PostgreSQL 9.0 高效能
Gregory Smith
- 出版商: Packt Publishing
- 出版日期: 2010-10-18
- 定價: $1,650
- 售價: 6.0 折 $990
- 語言: 英文
- 頁數: 468
- 裝訂: Paperback
- ISBN: 184951030X
- ISBN-13: 9781849510301
-
相關分類:
PostgreSQL
立即出貨(限量) (庫存=1)
買這商品的人也買了...
-
Design Patterns: Elements of Reusable Object-Oriented Software (Hardcover)$2,450$2,401 -
Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774 -
大話設計模式$620$490 -
iPhone 創意程式設計家, 2/e (適用 SDK 3、SDK 4)$530$419 -
30 天打造 OS!作業系統自作入門$780$616 -
Secrets of the JavaScript Ninja (Paperback)$1,470$1,397 -
Google Android 手機 APP 開發入門$520$411 -
Google Android 2.X 應用程式開發實戰$520$411 -
鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648 -
ASP.NET 4.0 專題實務-使用 C#$750$593 -
$3,150The Linux Programming Interface: A Linux and UNIX System Programming Handbook (Hardcover) -
深入淺出 Android 系統原理及開發要點$450$351 -
約耳續談軟體-探究軟體經營的根本實學 (More Joel on Software: Further Thoughts on Diverse and Occasionally Related Matters That Will Prove)$490$387 -
正確學會 Flash CS5 的 16 堂課$520$442 -
Silverlight 4 商業級應用程式開發 (Microsoft Silverlight 4 Business Application Development)$490$387 -
軟體構築美學:當專案團隊遇上失控程式,最真實的解決方案 (Brownfield Application Development in .Net)$650$514 -
詳解 Objective C─iPhone / iPad / Mac OS X 標準程式設計與實作$620$484 -
Android 應用開發揭秘$600$510 -
Microsoft SharePoint 2010 企業內容管理與網頁設計$950$751 -
最嚴選 PHP 案例模組開發講座$580$458 -
RTP: Audio and Video for the Internet (Paperback)$2,700$2,565 -
Lean UX: Applying Lean Principles to Improve User Experience (Hardcover)$1,180$1,121 -
Linux Kernel Networking: Implementation and Theory (Paperback)$2,980$2,831 -
Agile 學習手冊 | Scrum、XP、精實和看板方法 (Learning Agile: Understanding Scrum, XP, Lean, and Kanban)$680$537 -
實戰無線網路入侵偵測|使用Kali Linux (Mastering Wireless Penetration Testing for Highly Secured Environments)$380$300
商品描述
Accelerate your PostgreSQL system
- Learn the right techniques to obtain optimal PostgreSQL database performance, from initial design to routine maintenance.
- Discover the techniques used to scale successful database installations.
- Avoid the common pitfalls that can slow your system down.
- Filled with advice about what you should be doing; how to build experimental databases to explore performance topics, and then move what you've learned into a production database environment.
- Covers versions 8.1 through 9.0.
In Detail
PostgreSQL database servers have a common set of problems they encounter as their usage gets heavier and requirements more demanding. You could spend years discovering solutions to them all, step by step as you encounter them. Or you can just look in here.
All successful database applications are destined to eventually run into issues scaling up their performance. Peek into the future of your PostgreSQL database's problems today. Know the warning signs to look for, and how to avoid the most common issues before they even happen.
Surprisingly, most PostgreSQL database applications evolve in the same way: Choose the right hardware. Tune the operating system and server memory use. Optimize queries against the database, with the right indexes. Monitor every layer, from hardware to queries, using some tools that are inside PostgreSQL and others that are external. Using monitoring insight, continuously rework the design and configuration. On reaching the limits of a single server, break things up; connection pooling, caching, partitioning, and replication can all help handle increasing database workloads.
The path to a high performance database system isn't always easy. But it doesn't have to be mysterious with the right guide.
Approach
A clear, step-by-step guide to optimizing and scaling up PostgreSQL database servers. Improving database performance requires an equal mix of understanding theoretical concepts and working through hands-on examples. You'll find both here. Many of the examples given will be immediately useful for monitoring and improving your PostgreSQL deployments, providing insight into hard-to-obtain information about your database.
商品描述(中文翻譯)
**加速您的 PostgreSQL 系統**
- 學習正確的技術以獲得最佳的 PostgreSQL 數據庫性能,從初始設計到日常維護。
- 探索用於擴展成功數據庫安裝的技術。
- 避免可能減慢系統的常見陷阱。
- 充滿了您應該做的建議;如何建立實驗性數據庫以探索性能主題,然後將您所學的知識轉移到生產數據庫環境中。
- 涵蓋版本 8.1 到 9.0。
**詳細內容**
PostgreSQL 數據庫伺服器在使用量增加和需求變得更加苛刻時,會遇到一系列共同的問題。您可以花費數年時間逐步發現所有問題的解決方案,或者您可以直接在這裡尋找答案。
所有成功的數據庫應用程序最終都注定會遇到擴展性能的問題。今天就來窺探您 PostgreSQL 數據庫未來可能面臨的問題。了解需要注意的警告信號,以及如何在問題發生之前避免最常見的問題。
令人驚訝的是,大多數 PostgreSQL 數據庫應用程序的演變方式相似:選擇合適的硬體。調整操作系統和伺服器內存使用。針對數據庫優化查詢,使用正確的索引。監控每一層,從硬體到查詢,使用 PostgreSQL 內部的一些工具和其他外部工具。利用監控洞察,不斷重新設計和配置。在達到單一伺服器的極限時,進行拆分;連接池、緩存、分區和複製都可以幫助處理日益增加的數據庫工作負載。
通往高性能數據庫系統的道路並不總是容易的。但在正確的指導下,它不必是神秘的。
**方法**
一個清晰的逐步指南,用於優化和擴展 PostgreSQL 數據庫伺服器。改善數據庫性能需要理論概念的理解與實際操作示例的平衡。您將在這裡找到兩者。許多提供的示例將立即對監控和改善您的 PostgreSQL 部署有用,提供有關您的數據庫的難以獲得的信息的洞察。
