-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
As discussed with Kay, the concept of retention of archived data is in place on the database level – i.e. we can configure and store the retention information of each PV:
- Table retent {retent_id, descr}
- In table channel {…, retent_id, retent_val,…}
PS: for now only the archive reporting tool allows to enter the retention
information via the web browser. It could be relevant to add a specific syntax
for that in BEAUTY xml configuration file.
Even if retention could be defined, no tool is really using it.
It is proposed to develop a tool that looks for all PVs with "yearly" retention
for instance and then deletes the values that are too old.
Or looks for all PVs with "reduce" type of retention, then somehow reduces the
volume of data by simply keeping every 10th value for instance after 1 day.