Siebel 14.16 BS "EAI Siebel Adapter" Method "Upsert" Performance
Hello,
We are doing performance tests for BS "EAI Siebel Adapter" Method "Upsert". We noticed that Upsert messages who have 4X records in first level take more than 4 times longer executed than messages who have only 1X record.
For example upsert for message with one record takes ~1.4 sec but upsert with message which has 4 records takes ~9.5 sec.
We were expecting that message with 4 records would not take longer than 1.4 X 4 = 5,6 sec but it is much longer.
Also log file during upsert step looks weird when upsert is done for message with 4 records. There are much more SQL statements.
Does anyone knows why it takes so long? Maybe it is a bug?