bigger batch size

This commit is contained in:
Athou
2013-06-07 15:45:51 +02:00
parent 6c39fb2a66
commit 95ee7fb290

View File

@@ -18,7 +18,7 @@
<property name="hibernate.dialect" value="${jpa.dialect}" />
<property name="hibernate.default_batch_fetch_size" value="100" />
<property name="hibernate.jdbc.batch_size" value="20" />
<property name="hibernate.jdbc.batch_size" value="50" />
<property name="hibernate.order_inserts" value="true" />
<property name="hibernate.order_updates" value="true" />