Grails

Batch Processing In Grails

In one of my project assignments I needed to insert large number of records into the database. I had to read the objects from an external source. Once I read all of the objects into a List, I iterated the list to save each one of them individually. In the beginning the process carried on fine but as the time passed the execution slowed...

by Imran Mir
Tag: batch insertion
09-Sep-2009