Help for this page
$dbh->do('PRAGMA synchronous = 0'); # Non transaction safe!!!
$dbh->do("BEGIN"); import_data($dbh, $data_dir); $dbh->do("COMMIT");
$dbh->do('PRAGMA cache_size = 200000'); # 200 MB dynamic increase