- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 95字
- 2021-07-02 13:11:43
PostgreSQL capabilities
PostgreSQL provides enterprise-level services that guarantee the continuation of the business. For example, PostgreSQL supports replication, which enables the developers to provide HA solutions. PostgreSQL can integrate data from different data sources; this makes it easy for developers to use it for ETL jobs. In addition, PostgreSQL security is treated as a first-class citizen. Security update patches are shipped in minor releases to make it easier for administrators to upgrade PostgreSQL.
Finally, the features of PostgreSQL are endless: PostgreSQL provides advanced SQL statements, very rich extensions, and interactive tools.
推薦閱讀
- Learning Cython Programming(Second Edition)
- HTML5移動Web開發技術
- Getting Started with ResearchKit
- Production Ready OpenStack:Recipes for Successful Environments
- NumPy Essentials
- Designing Hyper-V Solutions
- Python機器學習編程與實戰
- OpenGL Data Visualization Cookbook
- Android應用開發深入學習實錄
- 硬件產品設計與開發:從原型到交付
- C++程序設計
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- VMware vSphere 5.5 Cookbook
- 讀故事學編程:Python王國歷險記
- Flask Web開發實戰:入門、進階與原理解析