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