Re: SQL insert taking too much time in TomEE-7.0.1

2017-11-02 Thread Andy Gumbrecht
Hi Prasenjit Mahato, Could you possibly create and share a github project so that we can debug this use case? I've used Hibernate & TomEE in production for many years, so I'm very sure that we can find out what is wrong. It's just very hard to know without all the information. Also, please

SQL insert taking too much time in TomEE-7.0.1

2017-11-02 Thread pmo_tomee
Hi Team, I am using JPA and Hibernate-5.2.8 (as persistence provider) in TomEE. Using Oracle 10g DB. I tested to insert 400 rows in TomEE and JONAS server. TomEE taking 20 sec but jonas taking only 4 sec. I have tested in TomEE with batch insert by but taking 20 sec aslo. I have checked the