https://dagster.io/ logo
#random
Title
r

raaid

06/01/2022, 12:41 PM
Not sure if anyone has run into this, but: I have one postgres instance with multiple dbs (one for my application code, one for Dagster). Been trying to prevent it from ballooning on storage space, and didn't realize that the
event_logs
table can get so very large (it's half my storage). So if you happen to have something eating storage and can't pinpoint it, couldn't hurt to check that table!
👍 2
f

Frank Dekervel

06/09/2022, 3:56 PM
we had the same!
so how did you fix it ? have a job to clean old event logs ?
r

Roei Jacobovich

07/02/2022, 7:26 PM
@raaid @Frank Dekervel Looking for a safe solution for that as well, did you fix it?