ContinuouSQL Triggers
pipelinedb.com
ContinuouSQL Triggers
1–9 of 9 posts
Re: ContinuouSQL Triggers
#2Re: ContinuouSQL Triggers
#3- 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?
Re: ContinuouSQL Triggers
#4Are there certain types of continuous views where continuous triggers work better or worse? I can imagine things like alerts on moving averages could get tricky and possibly send repeated alerts when predefined thresholds are crossed multiple times.
Re: ContinuouSQL Triggers
#5Couple 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.
Re: ContinuouSQL Triggers
#6Re: ContinuouSQL Triggers
#7Re: ContinuouSQL Triggers
#8Can you create a trigger on any continuous query
Re: ContinuouSQL Triggers
#9Can you create a trigger on any continuous query