CodeSprintPro
Start HereLearnInterview PrepProjectsBlogAboutNewsletter
Home/Blog/#bloat

Tag archive

#bloat

Topic-specific entry points for internal linking, discovery, and deeper subject exploration.

1 articles

Back to blog →
DatabasesAdvanced

PostgreSQL Vacuum Tuning: Internals of Bloat Control

PostgreSQL Vacuum Tuning: Mastering Bloat Postgres is an MVCC (Multi-Version Concurrency Control) database. When you update a row, Postgres doesn't overwrite it; it marks the old row as "dead" and inserts a new one. Over…

Apr 20, 20261 min read
Deep DiveDatabase Internals
#postgresql#vacuum#bloat

Related tags

#java#performance#system-design#distributed-systems#scalability#algorithms#dsa#interview preparation#system design#distributed systems
CodeSprintPro

Deep-dive technical content on System Design, DSA, Java, Databases, AI/ML, and AWS — by Sachin Sarawgi.

Quick Links

  • Blog
  • RSS Feed
  • About
  • Portfolio
  • Contact

Categories

  • System Design
  • Java
  • DSA
  • Databases
  • AI/ML
  • AWS
  • Messaging
  • Data Engineering

Contact

  • Email
  • LinkedIn
  • GitHub

© 2026 CodeSprintPro · Sachin Sarawgi. All rights reserved.

Built with Next.js · TailwindCSS · Deployed on GitHub Pages