I have processed some data and wanted to insert it into the oracle table.
If the same workflow i run to write data into csv it is taking 30-40secs but to write into the oracle table it is taking lot of time.
No of records Time taking to write into oracle table
300 3:30 mins
1000 7:50 mins
10k 50mins
Properties used for work flow:
1)Append existing
2)"Output Data" to write data into the table.
I have also tried with bulk load but it is also taking approximately same time.
How can i minimise this time and Is it possible to write 100k records into oracle table within 5 mins?