Is JPA effecient enough to use Bulk Insert using JPA ?
721988Sep 25 2009 — edited Oct 14 2009Hi,
I tiried bulk insert(15000 records) in JPA , which is taking 2 mins and 30 seconds.
But in jdbc it takes just 39 seconds.
I m using Derby DB.
Any idea to tune up the performance in JPA?