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
I arrived here after discovering that the RT sessions table was 8GB and maelstrom was running out of space. jvperrin already listed the deets on how to do this but from my experience the script is stupid slow (probably because it does a full table scan and is likely deleting them one by one) and we should just:
add an index on lastupdated
write our own sql to clean this up ( lastUpdated < time )
in case this still isn't done when I'm old and we still use RT, if the table grows too big just do this:
Migrated from https://ocf.io/rt/7334
The text was updated successfully, but these errors were encountered: