Hello Everyone,
I am struggling with a weird issue using PostGre SQL as my data source. One of the table has 35lakhs + records in the database. However, while performing full load it takes very limited data at a time & also this varies time to time.
So, I changed my script to load the data in limits with the not exists of the primary key.
After doing the incremental load, the data has come to 36lakhs but the actual full records are still missing.
Can anyone please help me on this.? It would be very much helpful.
Thanks in Advance.
Regards,
Kavita