cancel
Showing results for 
Search instead for 
Did you mean: 

HANA Alerts

Former Member
0 Kudos

Hi,

In HANA Studio when i go to Alerts tab, its taking more than 5 mins to respond and show the alerts information. If i execute below command, its the same behaviour.


hdbsql -U b -j "select count(*) from _SYS_STATISTICS.STATISTICS_CURRENT_ALERTS"


FYI: HANA Server is configured with 1TB memory and i dont see any high CPU/memory usage while running this command or while opening from Studio.


Can someone please let me know what to do to get the response very fast.


Is it possible to purge the old hana alerts?


Regards,

Praveen Chanda


Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182967
Active Contributor
0 Kudos

Hello Praveen,

Check this note 2170779 - SAP HANA DB: Big Statistics Server Table STATISTICS_ALERTS_BASE Leads to Performance Impact on the System

Regards,

Ning Tong

Former Member
0 Kudos

Hi Praveen,

Alerts can be cleared by following statement

ALTER SYSTEM CLEAR TRACES('ALERT');

More information:

ALTER SYSTEM CLEAR TRACES - SAP HANA SQL and System Views Reference - SAP Library

Gopal