in reply to Re: Re: many to many join on text files
in thread many to many join on text files
It's not clear whether your slow insert was with DBD::SQLite or with a 'real' DB. 'Real' databases generally have a mechanism for importing data from from a flat file, CSV or tab delimited values, which runs much faster than any script.
If you're going to have a field which you do not populate, why not configure the DB to provide a default of 'undef', or specify the SQL statement so that field is not a variabl;e but is hard-coded to 'undef' ????
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: many to many join on text files
by davido (Cardinal) on Apr 15, 2004 at 04:49 UTC | |
|
Re: Re: Re: Re: many to many join on text files
by castaway (Parson) on Apr 15, 2004 at 05:26 UTC |