in reply to Re^3: Efficient way to handle huge number of records?
in thread Efficient way to handle huge number of records?
I don't know your PRAGMA code, but in general this is a possible solution.
The only thing where I'd like to comment is that DBI allows and you should use a $dbh->begin_work and a $dbh->commit instead of $dbh->do( "BEGIN" ) and $dbh->do( "COMMIT" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Efficient way to handle huge number of records?
by Marshall (Canon) on Dec 11, 2011 at 14:51 UTC |