I have a csv file which is situated on a remote unix server. I need to put that data load into a postgres db (greenplum) which is currently situated on another remote server.
Currently, I am pulling the csv into my local drive with winscp, and then loading it into greenplum remote using pgadmin with a local copy.
This seems to be a circuitous method of pulling the data into a local machine to then put it into greenplum. It is taking a long time (>100 hrs)
I think there must be a way to bulkload the remote csv to remote greenplum db without a local intervention. Has anyone some experience with this kind of data migration? I am using talend for the ETL.
Thanks!