If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL performance tools

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-05, 20:29
codenode codenode is offline
Registered User
 
Join Date: Dec 2004
Posts: 26
MySQL performance tools

If you're interested in MySQL performance optimization as I am, you may find http://codenode.com/mysql/ helpful. My experience has shown me that poor MySQL performance is often not difficult to fix if you understand just a little about query optimizatiton and how to spot performance problems. Which is why for the former I write examples and explain the reasoning when I get a good chance to. And for the later, the Perl script mysnapshot because SHOW STATUS; is too unwieldy. mysnapshot can tell you more and is easy to read. And mybaseline which, admittedly is less important, but compares running server system variables to baseline or the my-small, my-medium, my-large, my-huge examples.

I hope this helps.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On