Glue Job - how to read from jdbc redshift tables in parallel?

0

In the aws documnet

therfore, how to read from jdbc redshift tables in parallel? Is there anyone who knows?

asked 2 years ago453 views
1 Answer
0

Using DynamicFrames will utilize COPY/UNLOAD behind the scenes which are executed in parallel.

https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-redshift.html

AWS
Don_D
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions