Who this book is for
Naming Conventions
Computer Components
Amazon Web Services
Relational Databases (RDMS or RDBMS)
Key Value Stores
Document Stores
Graph DBMS
RDMS vs. Graph
ACID Compliance
Write Ahead Log (WAL)
How Postgres Stores Data
How Postgres Stores Updates and Deletes
Postgres Vacuums
Column Order Matters
PostgreSQL Config
“Has Many” Relationships
“Has One” Relationships
“Many to Many” Relationships
Define the Relationship
What is a UUID?
Using UUIDs as Keys
NULLs represent the Unknown state
Btree Index
Gin Index
GiST Index
Trigrams in Gin or GiST Indices
Explain Explained