-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 2.0.7rc1, 2.1.0
-
Component/s: Server (S)
When history syncer tries to evaluate a trigger expression it makes a SQL query to database which selects all unique hostid related to the trigger.
The query is performed for each trigger having a user macro.
We should use cache instead of SQL queries in this case.