- Learning PostgreSQL
- Salahaldin Juba Achim Vannahme Andrey Volkov
- 249字
- 2021-04-02 20:32:14
Summary
PostgreSQL is an open source, object-oriented relational database system. It supports many advanced features and complies with the ANSI-SQL:2008 standard. It has won industry recognition and user appreciation. The PostgreSQL slogan "The world's most advanced open source database" reflects the sophistication of the PostgreSQL features. It is a result of many years of research and collaboration between academia and industry. Startup companies often favor PostgreSQL due to low licensing costs. PostgreSQL can aid profitable business models. PostgreSQL is also favored by many developers because of its capabilities and advantages.
PostgreSQL can be used for OLTP and OLAP applications. It is ACID compliant; thus, it can be used out of the box for OLTP applications. For OLAP applications, PostgreSQL supports the Windows functions, FDW, and table inheritance. Also, there are many external extensions for this purpose.
Several proprietary DBMSs are based on PostgreSQL. In addition to that, there are several open source forks which add new features and technologies to PostgreSQL such as MPP and MapReduce.
PostgreSQL has a very organized active community including users, developers, companies, and associations. The community contributes to PostgreSQL on a daily basis; many companies have contributed to PostgreSQL by publishing best practices or articles, submitting feature requests to the development group, submitting new features, and developing new tools and software.
In chapter three, the PostgreSQL building components will be introduced. Also, the user will be able to create their first database, and use some DDL statements such as CREATE TABLE
and CREATE VIEWS
.
- Python數據分析入門與實戰
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Learn Type:Driven Development
- TypeScript實戰指南
- Microsoft System Center Orchestrator 2012 R2 Essentials
- PhoneGap:Beginner's Guide(Third Edition)
- 從Java到Web程序設計教程
- ASP.NET開發與應用教程
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- SciPy Recipes
- Arduino可穿戴設備開發
- Java語言程序設計實用教程(第2版)
- 少兒編程輕松學(全2冊)
- Learning Perforce SCM
- Swift從入門到精通 (移動開發叢書)