separation of compute and storage
Postgres Components
Postgres Database
Postgres Role
Postgres Schema
Postgre Table
PostgreSQL Tablespace
Postgres Column
Postgre View
Postgre Rules
Postgres Data Type
Postgres Constraints
Postgre Function
PostgreSQL Revoke
Postgres Vacuum
Postgres Index
Postgres Planner
PostgreSQL Wire Protocol
Postgres Transaction
Postgres Materialized View
PostgreSQL Subquery
Postgres CTE
Postgres RLS
How Postgres stores data on disk – this one's a page turner | drew's dev blog
A high-level overview of how PostgreSQL stores data on disk, covering segments, pages and more.
https://drew.silcock.dev/blog/how-postgres-stores-data-on-disk/

What's coming to PostgreSQL ? 🐘
PostgreSQL, the powerful, reliable and highly extensible open-source relational DBMS, has been a...
https://dev.to/meteroid/the-elephant-in-the-room-what-future-for-postgresql--gcf

Nine ways to shoot yourself in the foot with PostgreSQL
Previously on Extreme Learning, I discussed all the ways I've broken production using healthchecks. In this post I'll do the same for PostgreSQL.
https://philbooth.me/blog/nine-ways-to-shoot-yourself-in-the-foot-with-postgresql

Seonglae Cho