Help for this page
# commit in 1000-row chunks if ($row and ($row % $COMMIT_CHUNK_SIZE == 0)) { $dbh->commit; }