tags:

views:

60

answers:

1

Hi,

My requirement needs to insert thousands of records and when inserting each new record it was taking more time to finish the job.

Could any one please suggest how to use batches in grails ?

thanks in advance,
sri

+3  A: 

Well just follow this excellent article from Ted : http://naleid.com/blog/2009/10/01/batch-import-performance-with-grails-and-mysql/ and your problems will be solved.

fabien7474
thanks fabien .
Srinath