Articles in this series
In this article, we’re stripping down how PostgreSQL structures our data into clusters, databases, schemas, relations, indexes and tuples, and...
In the previous article, we have talked about how our data is structured and stored in PostgreSQL, talking about how rows behave in the MVCC...