PostgreSQL: What is TOAST (The Oversized-Attribute Storage Technique)

Like SQL Server, PostgreSQL data page size is also 8KB. This post is very similar to a few of the SQL Server published articles. SQL Server: The Internal Structure of the Data Page SQL Server: What happened, when Row Overflow and Data Exceeding 8KB? PostgreSQL uses 8kb fixed size data page to store tuples of … Continue reading PostgreSQL: What is TOAST (The Oversized-Attribute Storage Technique)