Batch insert mode with hibernate and oracle: seems to be dropping back to slow mode silently
- by Chris
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 than before.
Can anyone suggest a way to prove whether hibernate is using batch mode or not? I hear that there are…