2 months ago
Hey,
I’ve hit a wall with my database storage and I’m hoping someone here has seen this before.
My volume size keeps growing whenever I insert or update large batches of data. I get that updates can cause bloat, but the problem is that the storage never goes back down, even though I’m pretty sure the actual data shouldn’t be this big.
I already tried running VACUUM FULL, cleaned up old data, and double-checked that nothing weird is constantly writing to the DB. Still, the volume keeps increasing on every insert or update and I can’t seem to reclaim any space.
At this point I’m not sure if I’m missing something obvious about how disk space is handled, if this is a container / volume issue, or if there’s a better way to deal with this than VACUUM FULL.
Any advice or pointers would be really appreciated.
Thanks!
0 Replies