Setting in data_engine GUI | key in data_engine.cfg | Description |
Compress data before delete | data_management_compress |
When set to yes, this option causes the data from the RN tables to be summarized and stored in the HN tables (historic data.) If you disable data_management_compress by setting it to no, then the data will no longer be stored in the HN tables. In that case if still wanted to keep your QOS data longer you would have to increase the retention days for the raw data. If this option is selected, then by default, compression is done on raw data which is then copied into historic tables. Compression is only completed before a delete is performed. In addition, historic data is compressed and aggregated into Daily Data before deletion from the HN tables |
Delete raw data older than | delete_raw_samples |
For how long single data points are kept in the UIM DB. Data is stored in the RN_* tables for the number of days defined in this parameter. Data that is older than the "delete_raw_samples" defined key is summarized and aggregated into Hourly data (HN_tables). |
Delete historic data older than | delete_history_samples |
The delete_history_samples key determines for how long the data is kept in the HN_Tables. Data that is older than value defined in delete_history_samples gets aggregated into the Daily data (DN_ tables). |
N/A | daily_avg_age |
Determines how long daily aggregated values will be kept in DN_ tables. Daily table data older than the indicated number of days is deleted. See Raw Configure for this parameter |
N/A | daily_avg_age_extra |
How many future partitions should be created for each DN table. On a partitioned DB, the data_engine needs a “current” partition where it can write data. That is the “today partition”. Each partition corresponds to a day. The “today partition” needs to be pre-allocated and ready to be written to each time the DE writes to the DB. When data maintenance runs, it creates the partition for the day. The problem is that data maintenance can fail, be stopped for some time (for whatever reason) or not complete exactly at the day boundary. For this reason, when it runs, it creates “extra” look-ahead partitions. These *_extra config fields determine how many future partitions should be created for each table. |
Notes:
Related KB:
For more details on data_engine raw config keys see the KB: data_engine raw configuration parameters explained