MySQL Forums
Forum List  »  Performance

Re: Server just hanging (More Information)
Posted by: Erin ONeill
Date: August 30, 2005 10:05AM

My production server is running 4.0.20-MAX so our versions are close. I'm not running phpBB but another one with an even WORSE schema. My db has problems due to the schema and code. I'm working with the developers to remove bad queries (LOVE slow query log!).

That said -- the db NEVER just shuts down except for problems relating to ulimits (the ulimits for mysql were not bumped up, I asked the sys admin and they assured me they were, I bumped up the table_cache and brought down the mysql server. I asked for specific cmds run as mysql and found that ulimits for mysql were not set just the system. Today I start upping my table_cache. We'll see if I crash the server again!).

I'm interested to hear if phpBB is triggering some bug in MySQL. I'm surprised your query cache isn't being used more?? My forums software has more blobs in almost ALL the tables (my programmers thought didn't understand the ramification of this act) than phpBB. We've been changing many of the text datatypes to varchars and enums. And still, with all those blobs, more of my queries are being cached. It takes about 24-72 hours for my query_cache to get into the 80-90% used range. The server still prunes too much and writes too many temp tables to disk.

I'm going to start the process of moving to 4.1 from 4.0. My programmers are afraid the timestamp format will break everything as well as the character set stuff. we'll see. Have you thought of moving to 4.1.?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Server just hanging (More Information)
4627
August 30, 2005 10:05AM
8202
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.