N
Neon15mo ago
extended-salmon

Storage size not accurate

I'm on the free plan currently, and the used storage size is not showing accurately. I have data worth around 160 MB, which was being shown properly, before I ran a migration which modified all the rows (1.32 mil) in a table, I just changed a column to use enum. Now it shows that my db is using 410+ MB. How can I fix this? Project ID: falling-lab-37192996
No description
1 Reply
exotic-emerald
exotic-emerald15mo ago
@neetras , You might have History retention enabled, Go to your Settings -> Storage -> History Retention and set it to 0 and then try to flush your table VACUUM table_name; @neetras after vacuuming table wait for storage to get updated and it will reflected with new quota in an hour or three

Did you find this page helpful?