silverbullet1
07/14/2023, 9:03 PMUNLOAD
operation in Redshift in one go with the select query, which also supports parallelism and other operations. Similarly, if I want to write data to postgres, I could use COPY
to be more efficient(Redshift->S3->Postgres). So when designing tap, there are optimisations possible depending on what target I choose with it.
My question is, should we think about these concerns when developing a new plugin ?visch
07/14/2023, 9:07 PMvisch
07/14/2023, 9:08 PMtap-redshift
and target-postgres
you could get to a point that you could just run meltano run tap-redshift target-postgres
and data wouldn't even flow to your python applicationsilverbullet1
07/14/2023, 9:16 PMvisch
07/14/2023, 9:17 PM