Description
Implement triggers for workload management:
The commands to be implemented:
CREATE TRIGGER `resourceplan_name`.`trigger_name` WHEN condition DO action;
condition is a boolean expression: variable operator value types with 'AND' and 'OR' support.
action is currently: KILL or MOVE TO pool;
ALTER TRIGGER `plan_name`.`trigger_name` WHEN condition DO action;
DROP TRIGGER `plan_name`.`trigger_name`;
Also add WM_TRIGGERS to information schema.
Attachments
Attachments
Activity
Transition | Time In Source Status | Execution Times |
---|
Harish JP
made transition
-
|
1h 56m | 1 |
Sergey Shelukhin
made transition
-
|
6d 6h 25m | 1 |
Ashutosh Chauhan
made transition
-
|
204d 3h 58m | 1 |