Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于在 Redshift 中为更新-插入-删除方法(持续使用)过程在 Redshift 中暂存表的最佳方法的早期想法的一个简短问题。
谢谢
COMPUPDATE OFF STATUPDATE OFF在将数据加载到 Redshift 中的临时表时使用它是一种很好的做法。这将使数据加载更快。如果你想知道为什么,你可以在这里阅读更多
COMPUPDATE OFF STATUPDATE OFF