|
|
|
|
|
by mamikonyana
3718 days ago
|
|
Couple of questions: - If the trigger function hits a service that takes a long time to respond, how does that affect the system? - Why did you have to reimplement trigger functions, what was the problem with using trigger functions for tables on continuous views? |
|
B) We do re-use quite a bit of the standard trigger mechanisms, but we wanted to use our own evaluation context to support extra features. For example, continuous triggers can be defined on sliding windows, which require the trigger to be evaluated over multiple transformed tuples in the underlying table.