MySQL Forums
Forum List  »  Performance

Re: Correctly setting mysql options for a huge DB with intense trafic
Posted by: Rick James
Date: November 22, 2010 12:02AM

Connections -- probably ok

Key_buffer -- fine.

QC -- OFF is good; one fewer thing to possibly cause hangs.

162 rows deleted / sec. Are you inserting stuff, only to delete it quickly? I wonder if some change to the logic could decrease this.

61K/sec rows read -- sounds quite high. Let's look at the slowlog to see which statements are the biggies. Note how Handler_read_rnd_next is about the same? (I suspect there is a reason.)

What is MaxClients on Apache? (Often people set it "too high".)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Correctly setting mysql options for a huge DB with intense trafic
1181
November 22, 2010 12:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.