
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to update bulk records in redshift?
HI ,
I need to load daily lakhs of records in redshift.so i need to insert or update the data.by using tredshiftbulkoutputexec we can do insert operation only.by if i used tredshiftoutput for 1 lakh records it takes more than 6 hours.
is there any way to update ?
can any one help me ?
Thank you
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lakhs of records
When You use a local terms, ожидайте неожиданного ответа
but in any case:
- bulk insert into stage table
- INSERT FROM SELECT WHERE NOT EXISTS
- UPDATE WHERE EXISTS
it also will be hard operation, but much faster than remote INSERT/UPDATE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lakhs of records
When You use a local terms, ожидайте неожиданного ответа
but in any case:
- bulk insert into stage table
- INSERT FROM SELECT WHERE NOT EXISTS
- UPDATE WHERE EXISTS
it also will be hard operation, but much faster than remote INSERT/UPDATE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
P.S. creating stage table is not a good solution for me as i have hundreds of tables to update/insert.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How we can use tredshiftrow if the insert/update has to be made from postgres source data.
for example tpostgresinput --> tmap -->tredhsifptoutput?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How we can use tredshiftrow if the insert/update has to be made from postgres source data.
for example tpostgresinput --> tmap -->tredhsifptoutput?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did we have solution for the below.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did we have solution for the below.
