-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
4.0.17
-
None
When processing trigger events server loads all open problems associated to triggers with new OK events. This is done in following steps:
- select all open problems for the specified triggers
- select tags of all elected problems
From similar experience the (2) step can be quite slow on Oracle databases. It might be worth optimizing it by merging both steps by joining tag query to the first query.