Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I am using Talend Open Studio for Data Integration Version: 6.3.1. I am using Open Source version. I am trying to load data from a postgres table (10 million records) to a postgres table in my Target database. When I trigger the job, I only see that the job started, but it is not loading any data to my target table and it is not even failing. Even if I try to load the same to a flat file, even then it is not starting.
Can someone please help.
@suvi - In the advanced settings of output component.
Any luck using cursor?
@snishtala I am not seeing the option in the Advanced section. I am using Open Source 6.3 version.
I do not see any progress with the cursor option.
@suvi - My bad. I totally forgot that its for postgresql . you wont see that option. you are right.
@suvi - Try taking a look at the below link.
@snishtala I did some changes into my job. Setting cursor to 100K, commit level to 100K, batch load to 100K, check the option on Trim all spaces, Tmap: ignore traling zeros while load and finally fetch year wise data. I am able to do 5M data insertion using open source and a python script in a Linux server in 20 min.