<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">We just had this question come up regarding the labs, but it applies to production as well.<div><br></div><div>I'm thinking that we need to implement some sort of periodic database pruning. Perhaps like every two months or so, go through all databases, all tables, and do like</div><div><br></div><div><font face="Consolas">delete from FOO where deleted=1 and deleted_at < date_sub(now(), interval 2 month)</font></div><div><br></div><div>Just as an example.</div><div><br></div><div>Does anyone have see any issues with purging deleted=1 data?</div><div>I've seen this be very helpful for things like Keystone tokens, etc.</div></body></html>