Skip to content

Instantly share code, notes, and snippets.

@frutik
Created August 30, 2025 09:35
Show Gist options
  • Save frutik/a74434d9f234ba1289a6e20f26eb3c78 to your computer and use it in GitHub Desktop.
Save frutik/a74434d9f234ba1289a6e20f26eb3c78 to your computer and use it in GitHub Desktop.
Postgres TOAST
Performance implications of medium size values and TOAST in Postgres and how to mitigate them - https://pganalyze.com/blog/5mins-postgres-TOAST-performance
The Surprising Impact of Medium-Size Texts on PostgreSQL Performance. Why TOAST is the best thing since sliced bread - https://hakibenita.com/sql-medium-text-performance
Speed up your queries by avoiding to hit the TOAST - https://medium.com/@walttonm/speed-up-your-queries-by-avoiding-to-hit-the-toast-a71feaaeacc2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment