Forum Discussion

PSAmmirata's avatar
PSAmmirata
Employee
4 years ago

Redshift Bulk Upsert - how does it work?

How does the Redshift Bulk Upsert work underneath the covers? For example, I know that the Redshift Bulk Load snap writes the data to S3 and then executes a Redshift COPY command to load the data from S3 to the Redshift table. How does the Redshift Bulk Upsert work?

2 Replies

  • cstewart's avatar
    cstewart
    Former 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.