# How Small Postgres Metadata Tables Quietly Throttle Your Largest Queries Page: https://stenobird.com/podcast/the-good-tech-companies-6882802/how-small-postgres-metadata-tables-quietly-throttle-your-largest-queries Text version: https://stenobird.com/podcast/the-good-tech-companies-6882802/how-small-postgres-metadata-tables-quietly-throttle-your-largest-queries.md Podcast: [The Good Tech Companies](https://stenobird.com/podcast/the-good-tech-companies-6882802) Published: 2026-07-01T08:31:11+00:00 Episode link: https://share.transistor.fm/s/c9c4e87e Audio file: https://media.transistor.fm/c9c4e87e/265c3b43.mp3 Processing state: not_requested JSON: https://stenobird.com/v1/public/podcasts/the-good-tech-companies-6882802/episodes/how-small-postgres-metadata-tables-quietly-throttle-your-largest-queries Duration seconds: 464 ## Resource This story was originally published on HackerNoon at: https://hackernoon.com/how-small-postgres-metadata-tables-quietly-throttle-your-largest-queries . Slow Postgres dashboards may not be caused by your fact table. Learn how stale metadata statistics break joins and fix it in minutes. Check more stories related to undefined at: https://hackernoon.com/c/undefined . You can also check exclusive content about #postgres-stale-statistics , #postgres-join-performance , #time-series-database , #postgres-metadata-table , #postgresql-shared_buffers , #postgres-hash-join , #pg_stat_user_tables-audit , #good-company , and more. This story was written by: @tigerdata . Learn more about this writer by checking @tigerdata's about page, and for more stories, please visit hackernoon.com . Most engineers blame slow time-series queries on massive fact tables, but a small metadata table with stale Postgres statistics can silently become the real bottleneck. This guide shows how outdated ANALYZE data misleads the planner into choosing inefficient joins, how to detect row-estimate mismatches with EXPLAIN, and how to fix them using autovacuum tuning, targeted audits, or selective denormalization. ## Actions - request_transcript: `POST https://stenobird.com/v1/public/podcasts/the-good-tech-companies-6882802/episodes/how-small-postgres-metadata-tables-quietly-throttle-your-largest-queries/transcription-requests` — Idempotently request low-priority transcript generation for this episode. - read_markdown: `GET https://stenobird.com/podcast/the-good-tech-companies-6882802/how-small-postgres-metadata-tables-quietly-throttle-your-largest-queries.md` — Read the agent-friendly Markdown representation of this episode resource. A page view does not enqueue transcription. Agents should invoke `request_transcript` explicitly when they need this episode processed. ## Transcript Full transcripts are not published on public pages unless there is a clear rights basis.