Reputation: 3109
I'm trying to create events in RedShift like I do in MySQL.
create events my_event ...;
Does Redshift support in events and triggers?
Upvotes: 0
Views: 4560
Reputation: 269121
No, Amazon Redshift does not currently support events or triggers.
The (SDD414) Amazon Redshift Deep Dive and What's Next presentation at AWS re:Invent in 2014 mentioned User-Defined Functions (slide 19), but this is unlikely to include events/triggers.
Upvotes: 1