SSIS Package performs the ETL on a remote server (Greenplum envt). It runs fine but takes 8+ hours to complete. Data on the Remote server's interaction tables are massive (~ 1 Billion rows each). Is there a way or any option available on SSIS specifically for the massive amount of data?
Remote Server: Data Lake (Greeplum) PS: I cannot schedule my query on Data lake itself due to the company policy, but if run the same script on Data lake manually it takes approx 1hr 20 mins to complete the Job.
Thank you!