- My goal: reduce database store
- Issue: page_saves table scaling too quickly
- Steps I've taken to troubleshoot:
We have on premise retool, and the space of the database is 50Gb, and we have many apps, there are profesional heavy apps, one of them has 40 pages, so when I make releases, the page_saves tables is growing too fast, with only 20 releases, it scaling 5GB, its too much, keeping in mind that the app is still in developing, so the apps size will grown more, is there any solution to manage the database/ table scaling?
- Additional info: (Cloud or Self-hosted, Screenshots)
![]()
now it takes up 18 gb
it grows from 8 to 18 in only 2 weeks, 2 weeks ago we did a clean for the database, reducing from 45 to 8, but in only 2 weeks it growns 10, and we cannot reducing every 2 week the database. because it can break the retool platform.
The cleaning is removing from page_saves directly
Regard