1 回答
- 最新
- 投票最多
- 评论最多
0
【以下的回答经过翻译处理】 如果您的意思是upsert,则有一个变通解决方案,让Glue将所有行插入临时表,然后在Glue之外执行更新插入/合并。
使用暂存表执行合并(更新插入),https://docs.aws.amazon.com/redshift/latest/dg/c_best-practices-upsert.html
还有一个博客在谈论使用 AWS Glue 和 SneaQL 将更新插入到 Amazon Redshift 中,我还没有尝试过,但是尝试一下听起来很酷。 https://aws.amazon.com/blogs/big-data/upsert-into-amazon-redshift-using-aws-glue-and-sneaql/
相关内容
- AWS 官方已更新 3 个月前
- AWS 官方已更新 2 年前