Onpremise Retool PostgreSQL size

Hi @Jorge !

Sorry to hear that you are still dealing with this issue. Unfortunately, there is no built-in retention setting for the data, so you have to prune/manage your data manually.

  • audit_trail_events can generally be deleted safely since it is just historical logging of user actions.
  • page_saves : you can join on the tags/releases table so you don't delete saves tied to a release you might need to roll back to.
  • If you're on the Enterprise plan, you can stream audit events out to Datadog/Splunk (via LOG_AUDIT_EVENTS/HEC) and then deleting the local table.

The most recent on-prem version does not address this retention functionality at the moment, but I will add your request to our internal feature request to consider for the future!

In the meantime, were you able to try the recommendations in your previous thread here?

-Jen