Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

How to count rows using DBI & mysql - Performance results

by Brovnik (Hermit)
on Jun 11, 2001 at 14:33 UTC ( [id://87439]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my $sql = "SELECT uses FROM depend WHERE 
          usedby='Depend::Module' AND
          uses='DBI'";
       my $rows = $dbh->do($sql);
    
  2. or download this
    #! /usr/local/bin/perl -w
    
    ...
    Way2A 2304/s  112%   94%   91%   84%   84%    2%    --  -25%  -25%
    Way4B 3077/s  184%  158%  155%  146%  146%   36%   34%    --    0%
    Way4A 3077/s  184%  158%  155%  146%  146%   36%   34%    0%    --
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://87439]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-18 11:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found