MySQL Forums
Forum List  »  Performance

Re: Server just hanging (More Information)
Posted by: Erin ONeill
Date: August 29, 2005 05:26PM

The problem with phpBB (and the forum we use here at work that looks like it uses a similar schema) is that the tables are poorly designed. ESPECIALLY the user table. I just took a look at phpBB's user table and there is a TEXT datatype in that table (sig). blech. At least they took the text stuff out of their posts table. BUT the forums table has a text datatype in it.

BUT it is 3rd party software and you don't want to get into re-writing it unless you want to contribute to the software. What you need to do is get stuff happening in RAM.

By far the biggie settings for me have been:
table_cache, query_cache_size, query_cache_limit, thread_cache, key_buffer_size, with table_cache being the most dramatic change I made.

Did you get the mysqlreport perl script? I'm interested to hear what it's saying about your key buffer usage, your query buffer usage & your connections.

erin

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Server just hanging (More Information)
5078
August 29, 2005 05:26PM
8201
December 07, 2006 10:30AM
9583
September 23, 2005 01:56AM
4847
October 05, 2005 04:58AM
6042
October 05, 2005 11:49PM
5322
October 06, 2005 01:34AM
6618
October 06, 2005 04:57PM
6433
January 21, 2008 10:14AM
5789
January 21, 2008 10:53AM
5247
May 19, 2008 09:41AM
5462
February 05, 2008 10:27AM
6007
March 12, 2008 08:37AM
6067
November 14, 2008 12:31AM


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.