Bulk Insert with Grails GORM

Background: Sometimes we need to insert large number of rows to the database. (For example: transferring data from external source to our database). It is preferable that performance is fast and the expected time to finish is proportional to the number of rows to be inserted. If you’re doing much more frequent imports, with heavyRead More…

Categories: Grails
Share: