Hello All,
Statics server not deleting history data and getting loaded in to memory and eating 97% of memory.
We have SAP HANA SPS09 with tenant DB in place.
Now I used KB 2038937 - SAP HANA: Reduce size of historical data size in standalone statistics server and embedded statistics service
but still it seems that the row count of the table _SYS_STATISTICS"."STATISTICS_ALERTS_BASE" still not going down.
alerts are getting added to this table with ID 65 so i did ,
update _SYS_STATISTICS.STATISTICS_SCHEDULE set retention_days_current=1 where id=65
update _SYS_STATISTICS.STATISTICS_SCHEDULE set status='Inactive' where id=65
I did this at both SYSTEMDB and at tenent DB which is 'DHI' but still its not deleting old data.
If I try to delete the data manually from STATISTICS_ALERTS_BASE, it dont allow me to do that.
Please suggest.
Thank You,
Amol