Drupal

Batch Processing To Update Nodes In Drupal And Download Updated Nods In CSV Format

What is Batch Processing: In Drupal, batch processing is a mechanism that allows you to execute time-consuming operations in smaller, manageable chunks. It helps prevent PHP timeouts and allows long-running processes to be executed successfully. Batch processing is commonly used for tasks such as data migration, large-scale updates, or...

by yash.malviya
Tag: batch processing
28-Jul-2023

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 processing
09-Sep-2009