on 2024 Aug 19 3:55 AM
Hi IQ Experts,
I have an IQ stored procedure that collects data from iqmon monitoring views and stores this in an IQ table.
I want to execute this stored procedure every minute. I was planning to use an event (as in the CREATE EVENT statement) to collect this data. Most of the CREATE EVENT examples I see in the manuals are simple self-contained monitoring implementations.
Is there any issue with using database events for my use case?
Regards, KC
Request clarification before answering.
Yes that is an appropriate use of a scheduled event. The event itself can run any stored procedure.
The thing to be cautious about is how frequently you are querying the monitoring views and the volume of data that you are collecting. I have seen situations where customers have been querying monitoring views so frequently that monitoring workload is having a significant impact on the system performance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.