PostgreSQL Catalog Bloat: Fix pg_attribute and pg_class Performance Issues
PostgreSQL Catalog Bloat can significantly impact database performance when temporary tables are created and dropped frequently. This case study explains how excessive temporary table usage caused pg_attribute and pg_class to grow dramatically, slowed catalog queries and session creation, and how replacing temporary tables with reusable unlogged tables helped resolve the issue.

