I\'m using Grails 1.1 beta2. I need to import a large amount of data into my Grails application. If I repeatedly instantiate a grails domain class and then save it, the performa
Ted Naleid wrote a great blog entry about improving batch performance. Including here as a reference.