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)
5131
August 29, 2005 05:26PM
8262
December 07, 2006 10:30AM
9639
September 23, 2005 01:56AM
4902
October 05, 2005 04:58AM
6102
October 05, 2005 11:49PM
5373
October 06, 2005 01:34AM
6681
October 06, 2005 04:57PM
6506
January 21, 2008 10:14AM
5848
January 21, 2008 10:53AM
5308
May 19, 2008 09:41AM
5517
February 05, 2008 10:27AM
6064
March 12, 2008 08:37AM
6118
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.