cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SQL server to Amazon S3

erkonline
New Contributor

Am trying to load large volumes of data from SQL Server to Amazon S3. If I use โ€˜SQL Server Selectโ€™ then it is taking way longer to extract a single big table. Is there a faster way to extract data from SQL server to Amazon S3. Using GroundPlex

1 REPLY 1

Supratim
Contributor III

@erkonline you can check the SQL account setup, increase fetch size will help to select no of record. Increase it may be 5k/10k can improve your performance.

image