Insert Into Redshift with Excel VBA
10 Months ago I asked this question and it works, but even for 44 rows the performance is atrocious.
Redshift allows for multirow inserts and I cannot find any information on how to build a multirow insert for Redshift in excel VBA. I have tried multiple searches on the google for "excel VBA ADO Redshift multirow insert" and the like.
the row by row insert takes between 2-5 minutes depending on the machine running it and that is for only 44 lines. When we have thousands of lines it is taking hours at times.
- Can you do multirow inserts with ADO and VBA?
- If #1 is yes, can you provide examples?
- If #1 is no, does any one have any alternatives to improve this process?