You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure this is possible. Whether there is a benefit is debatable. From what I understand it is better to drop and create: "COPY loads large amounts of data much more efficiently than using INSERT statements, and stores the data more effectively as well." (https://docs.aws.amazon.com/redshift/latest/dg/c_best-practices-use-copy.html).
Is there a specific reason that it is better? @yaojiach do you have any thoughts on this?
Instead of dropping table and creating a new one, is there a way to truncate/delete all records in an existing table to then loading up the new data?
The text was updated successfully, but these errors were encountered: