slow « Batch « JPA Q&A





1. Batch insert mode with hibernate and oracle: seems to be dropping back to slow mode silently    stackoverflow.com

I'm trying to get a batch insert working with Hibernate into Oracle, according to what i've read here: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/batch.html , but with my benchmarking it doesn't seem any faster ...

2. Problem with Hibernate Batch Insert too slow    forum.hibernate.org

Author Message sam74 Post subject: Problem with Hibernate Batch Insert too slow Posted: Tue Nov 08, 2005 5:32 pm Newbie Joined: Wed Nov 02, 2005 2:03 pm Posts: 15 I am using Hibernate 3 with Oracle 9i. I am running Batch Insert .The process is extremly slow.It is taking long time to insert data. I Also added following properties ...

3. Why are batch updates so slow?    forum.hibernate.org

Regular Joined: Wed May 11, 2005 11:57 pm Posts: 80 I am fetching about 100 records at one point in my application. At another point in the app, those records are all modified and written back to the database. Currently, this is taking about 98 seconds. I can see each individual update statement scrolling by when I turn on SQL logging. ...

4. Batch insert very slow    forum.hibernate.org

Hibernate version: 3.2.5 Mapping documents: Code: ...