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 > Performance Tune

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-04, 22:22
GongXi GongXi is offline
Registered User
 
Join Date: Jun 2004
Posts: 57
Performance Tune

Hi,

i am new to MySql.
We was assign to create new system by using MySql. At first, we just test on one module, and we get a pretty result. Then we proceed to other module, and more and more table need to add. One month later, when we test on the first module again, we found that it become slow..... and no changes on that module.

what should i do to check for the performance???
Reply With Quote
  #2 (permalink)  
Old 12-01-04, 05:54
DrSmartman DrSmartman is offline
Registered User
 
Join Date: Aug 2003
Location: Reston, VA
Posts: 59
A Few things...

Are you indexed properly? What table types are you using? Is it slow inserting, updating or selecting? are you using fulltext indexing for searching raw text? you may want to look up EXPLAIN (to look at specific queries), ANALYZE (to look at table design) and BENCHMARK (to look at hardware performace).

Could you provide more details on the specific app, environment, etc??? There are some tweaks to make in the MySQL configuration file.
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