N
Neon15mo ago
genetic-orange

When do the limits reset?

I had warning of database limit reaching to maximum for one a project on free plan, since most of the data is old data, I have taken backups and purged data from multiple tables. Now the database size should be very small, and it's the start of the new month, I am still seeing the usage warning on the dashboard and receiving warning emails. When does the limits reset on the dashboard?
2 Replies
adverse-sapphire
adverse-sapphire15mo ago
@Akash Rajpurohit , Vacuum your table and if you don't need history retention then set it to 0 , In your Settings -> Storage -> History retention set it to 0 VACUUM table_name;
genetic-orange
genetic-orangeOP15mo ago
The history retention is already set to zero, and I deleted the records from the tables. Issued a vacuum command on the relevant tables, will report back if that cleans up the space or not. Thanks @Not-Qualified

Did you find this page helpful?