You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to ensure in cases where people are deleting and adding lots of data that we don't get the database size to balloon out of control.
Also, this is better that running vacuum as a cron job because it will constantly keep the space under control and we can atomically swap out the updated and vacuumed databased with the original so there's no chance of the vacuum interfering with a read going on on the database.
The text was updated successfully, but these errors were encountered:
This is to ensure in cases where people are deleting and adding lots of data that we don't get the database size to balloon out of control.
Also, this is better that running vacuum as a cron job because it will constantly keep the space under control and we can atomically swap out the updated and vacuumed databased with the original so there's no chance of the vacuum interfering with a read going on on the database.
The text was updated successfully, but these errors were encountered: