a year ago
Hi,
I recently deleted about 20k rows with lots of large JSON objects (~6/8 GB in total) from my database and ran a VACUUM command.
All of this ran successfully. But I do not see any changes in my "Volume Usage" graph. It's still steadily climbing, while I would've expected to see quite a big drop in usage.
1 Replies
a year ago
Hello,
Postgres may have chosen to simply mark the data as deleted without actually releasing the used disk, such behavior would be outside of our control as all databases are unmanaged.
I would recommend looking into ways to tune your database so that it does release the disk space.
Status changed to Awaiting User Response Railway • over 1 year ago
5 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 6 months ago