Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How to count rows using DBI & mysql - Performance results

by DrZaius (Monk)
on Jun 11, 2001 at 19:16 UTC ( [id://87526]=note: print w/replies, xml ) Need Help??


in reply to How to count rows using DBI & mysql - Performance results

First off, if you want your code at all portable, do not use REPLACE. It is mysql specific (as far as I know).

Next, indexes are great. Try EXPLAINing your queries. That will give you a clue on what is going down.

Finally, make a function to check if the id exists and memioze it. This is essentially creating a perl cache, but it is transparent to you.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (1)
As of 2024-04-25 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found