Data inserting into database as Batch is very slow
ayrusSep 14 2010 — edited Feb 27 2020Hi All,
I have a BPEL Process which polls for a file in batches and counts the number of valid records to be inserted (based on a condition) and inserts them into a table and then inserts the data into another table.
In this process i have two database adapters which inserts the number of records in one table and the data into another table, i.e i am hitting twice to the database.
but the performance of this BPEL is very slow. It is taking more that 1hr to insert 19K records.
I have tuned the database adapter by setting the property 'usesJDBCBatchWriting' to ture and increased the transaction time out in transaction-manager.xml.
But still the data insertion is very slow.
Please suggest if there is any property that has to be set at the database adapter level in BPEL process.
SOA: 10.1.3.3 with MLR#17
Database: 11g
Thanks and Regards
Surya