- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 171字
- 2021-07-02 13:11:41
Summary
The design of a database management system is affected by the CAP theorem. Relational databases and NoSQL databases are not rivals, but are complementary. One can utilize different database categories in a single software application. In certain scenarios, one can use the key-value store as a cache engine on top of the relational database to gain performance.
Relational and object-relational databases are the dominant databases on the market. Relational databases are based on the concept of relations and have a very robust mathematical model. Object-relational databases such as PostgreSQL overcome the limitations of relational databases by introducing complex data types, inheritance, and rich extensions.
Relational databases are based on the relation, tuple, and attribute concepts. They ensure data validity and consistency by employing several techniques such as entity integrity, constraints, referential integrity, and data normalization.
The next chapter provides first-hand experience in installing the PostgreSQL server and client tools on different platforms, while also introducing PostgreSQL capabilities, such as out-of-the-box replication support and its very rich data types.
- Boost C++ Application Development Cookbook(Second Edition)
- Python高級機器學習
- 自制編程語言
- 精通Python自動化編程
- Learning Laravel's Eloquent
- Visual Basic程序設計教程
- Python圖形化編程(微課版)
- Python Interviews
- Angular應用程序開發指南
- Practical GIS
- Modernizing Legacy Applications in PHP
- Learning Image Processing with OpenCV
- OpenCV 3.0 Computer Vision with Java
- Node.js實戰:分布式系統中的后端服務開發
- JBoss AS 7 Development