Hey everyone ! We are monitoring the disk space oc...
# ask-community
r
Hey everyone ! We are monitoring the disk space occupied by our PostgresSql database, and it’s increasing due to Prefect flows runs (which is expected and totally normal) but we are wondering if there is a “clean” way to scrape data ? For example get rid off everything older than 2 months old. I guess we can always design an SQL script to do it on every prefect tables but we want to know if there is a preferred / prefect way to achieve this ?