Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Profiling and Performance

by andreas1234567 (Vicar)
on Mar 27, 2009 at 20:35 UTC ( [id://753769]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Profiling and Performance
in thread Profiling and Performance

I don't think that any individual query is slow so much as the number of queries.
Then shaving off a little time on each one can add up to a lot.
  • Are you using placeholders?
  • Have you considered stored procedures, possibly combining multiple operations into single?
  • Are your data properly indexed?
  • Are your tables unnecessarily large (can old data be deleted)?
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found