我可以在 RedShift 中创建事件或触发器吗?

Can i create an events or triggers in RedShift, if can how

我正在尝试像在 MySQL 中那样在 RedShift 中创建事件。

创建活动 my_event ...;

Redshift 是否支持事件和触发器?

不,Amazon Redshift 当前不支持事件或触发器。

2014 年在 AWS re:Invent 上的 (SDD414) Amazon Redshift Deep Dive and What's Next 演示文稿提到了用户定义的函数(幻灯片 19),但这不太可能包括 events/triggers。