Re: Using DBI, better option than importing into @array
- From: Jason <jwcarlton@xxxxxxxxx>
- Date: Mon, 30 Jul 2007 23:37:16 -0000
I'm sure that the
bottleneck is with this array.
How do you know that? Anyway, it seems to me that you can easily skip
that array.
I don't actually know it, but it's my best guess. When the program
used flat text files, it had gotten pretty slow, too, and the only
thing that the 2 scripts have in common is this large array.
for ( 0 .. 20 ) {
my $topiclist = ... id=" . $dbh->quote( $filelist->[$_][0] ) . " ...
Thanks, Gunnar,
Jason
.
- References:
- Using DBI, better option than importing into @array
- From: Jason
- Re: Using DBI, better option than importing into @array
- From: Gunnar Hjalmarsson
- Using DBI, better option than importing into @array
- Prev by Date: Re: Using DBI, better option than importing into @array
- Next by Date: Re: Using DBI, better option than importing into @array
- Previous by thread: Re: Using DBI, better option than importing into @array
- Next by thread: Re: Using DBI, better option than importing into @array
- Index(es):
Relevant Pages
|
|