Is there any feature for automatic housekeeping of...
# ingestion
w
Is there any feature for automatic housekeeping of the rdbms to avoid bloat? Something like "retain only last X versions"?
b
As of now retention policies do not exist. However, it's one of those things we do intend to get to. Else peoples versions will continue to run up ad infinitum
Ideally there are 2 retention policy types configurable: • max version • max lifespan (time)
w
Ok. Thanks!