in reply to Re: Re: Replacing SQL with perl
in thread Replacing SQL with perl

Not if the indexes are set up correctly. Anything you ORDER BY on often enough to optimize, optimize with an index.

--
$you = new YOU;
honk() if $you->love(perl)