Forum Discussion
2 Replies
- cstewartFormer Employee
The snap bulk loads the data into a temporary table, and then does the update and insert operations, followed by the removal of the intermediate staging table.
- PSAmmirataEmployee
Thanks @cstewart - so the Redshift user must also have create table permission.