AIL-framework icon indicating copy to clipboard operation
AIL-framework copied to clipboard

Possibility to keep only 30 last day

Open FafnerKeyZee opened this issue 7 years ago • 2 comments

Hey,

There is a way to only keep in base the last 30days of analysis ?

Best regards,

FafnerKeyZee avatar Nov 08 '18 14:11 FafnerKeyZee

Hey @FafnerKeyZee,

Currently there isn't a way to keep data for a certain amount of time. We should add a way to configure it, using a retention policy (#288)

Best regards,

Terrtia avatar Nov 08 '18 14:11 Terrtia

Following a discussion @FafnerKeyZee the idea is to simply trigger the delete based:

  • Size of the underlying dataset (if reaching a certain level) - how much space is free on the disk?
  • Automatically delete item based on specific tags (configurable by the user)
  • In case of large set of duplicate, the ability to trigger the deletion based on the duplicate

Maybe the 1st and 2nd are the most important.

adulau avatar Jun 16 '19 13:06 adulau