How can I change this request such that mysql only takes the first match and will spend less time thinking ? ( I need to do this request > 100000 times => it will take 278 hours ==> 11 days....)my $sth = $dbl->prepare($command) ; $sth->execute() ; my @row = $sth->fetchrow_array ; $sth->finish ;
In reply to very huge mysql request by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |