Hi,
Which is the database that you are connecting ?
Few are the reason for adapter service lagging performance are Network Latency, Large table size, incorrect index.
Can you try inserting the records using sqlplus and also thourgh a simple Java prepared statement using the same JDBC driver that webMethods is using. If this is also taking same time and shows performance issue, it means the bottle neck is not with your webMethods batch insert adapter service, but some where in database server itself or network problem or some other issues
Also monitoring the database server usage and statistics during the insert operation will be very helpfull to find the bottle neck.
Jiten
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods