Help for this page

Select Code to Download


  1. or download this
    $dbh->do('PRAGMA synchronous = 0'); # Non transaction safe!!!
    
  2. or download this
    $dbh->do("BEGIN");
    import_data($dbh, $data_dir);
    $dbh->do("COMMIT");
    
  3. or download this
    $dbh->do('PRAGMA cache_size = 200000');  # 200 MB dynamic increase