- Learning PostgreSQL
- Salahaldin Juba Achim Vannahme Andrey Volkov
- 123字
- 2021-04-02 20:32:14
Chapter 3. PostgreSQL Basic Building Blocks
In this chapter, we will build a PostgreSQL database, and explore the basic building blocks of PostgreSQL. The conceptual model of a car web portal, which was presented in Chapter 1, Relational Databases, will be translated to a physical model. Also, some data modeling techniques, such as surrogate keys, will be discussed briefly and some coding best practices will be presented.
We will also take a look at the hierarchy of the database objects in PostgreSQL. This will help you to understand how to configure the database cluster and tune its settings. More detailed information will be presented to show the usage of template databases, user databases, roles, table spaces, schemas, configuration settings, and tables.
推薦閱讀
- 程序員面試白皮書
- INSTANT OpenCV Starter
- C語言程序設計(第2 版)
- WSO2 Developer’s Guide
- Flux Architecture
- Java編程技術與項目實戰(第2版)
- Visual C#.NET程序設計
- .NET Standard 2.0 Cookbook
- Mastering Adobe Captivate 7
- Learning Kotlin by building Android Applications
- Java EE架構設計與開發實踐
- Spring Boot從入門到實戰
- Python高性能編程(第2版)
- Parallel Programming with Python
- Web前端開發技術實踐指導教程