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 > Very slow mysql on bigger traffic

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-14-09, 04:47
belen belen is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
Very slow mysql on bigger traffic

Hello,

the issue is, that on bigger traffic mysql works so slowly....
I have a quite big website, with few servers in cluster. Works quite good. But I got x3 more traffic, and seems website working very slowly, the reason is mysql.... We moved mysql to separate server, a lit helped but still not so good... Could anybody help me to optimzate mysql performance (queries, tables and etc...)

Thanks
Reply With Quote
  #2 (permalink)  
Old 09-21-09, 01:23
mnirwan mnirwan is offline
Registered User
 
Join Date: Sep 2009
Posts: 64
One way you can do this is to start logging slow queries. Check out MySQL Query Log. Once you got the list of slow queries, then you can start improving it.

Another option is to use some kind of caching like Memcache.
Reply With Quote
  #3 (permalink)  
Old 11-14-09, 10:04
mtravel13 mtravel13 is offline
Registered User
 
Join Date: Nov 2009
Posts: 5
one more way is to use efficient db setup , use indexing and caching for faster responses , indexing usually works pretty well if you have large number of un-associated data and caching really helps avoid overload and bottleneck in db server
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