NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Long-running tests (Score:1)
Neat script, by the way.
Re:Long-running tests (Score:2)
Glad you like the script. As for the perfomance problem, try running various combinations of this:
SELECT foo FROM bar WHERE baz LIKE '%quux%'And do that on huge tables. The LIKE clause negates the use of indices, so I'm not sure how to get around this problem. Unfortunately, due to business requirements, we have this repeatedly. If you have any suggestions ...
Re:Long-running tests (Score:1)
Reply to This
Parent