You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This current implementation executes the monitor query multiple times; the first time on line 124 to collect the data for trigger evaluation, and then subsequent searches are executed for each triggered trigger in order to collect sample documents.
Ideally, we want to collect the sample documents in the call to collectInputResults on line 124 so we can avoid multiple queries as that will improve performance.
AWSHurneyt
changed the title
Reduce number of query executions needed for enhanced alert notification message context
[Enhancement] Reduce number of query executions needed for enhanced alert notification message context
Apr 16, 2024
This current implementation executes the monitor query multiple times; the first time on line 124 to collect the data for trigger evaluation, and then subsequent searches are executed for each triggered trigger in order to collect sample documents.
Ideally, we want to collect the sample documents in the call to
collectInputResults
on line 124 so we can avoid multiple queries as that will improve performance.Originally posted by @AWSHurneyt in #1450 (comment)
The text was updated successfully, but these errors were encountered: