grails « Batch « JPA Q&A





1. grails and mysql batch processing    stackoverflow.com

I'm trying to implement the advice found in this great blog post for batch processing in grails with MySQL. The problem that I'm having is that inclusion of periodic ...

2. Grails/Hibernate Batch Insert    stackoverflow.com

I am using STS + Grails 1.3.7 and doing the batch insertion for thousands instances of a domain class. It is very slow because Hibernate simply batch all the SQL statements into ...