MySQL Forums
Forum List  »  Performance

Re: Server just hanging (Copying to tmp table)
Posted by: Shawn Hogan
Date: August 31, 2005 03:32PM

Maybe it's not necessarily a platform issue, but springs up more often in platforms that impose open file limits per user.

I don't know enough about the guts of MySQL to know what would happen, but in my case Mac OS X Server by default allows 1024 (non-server Mac OS X is 256 just in case anyone reads this and needs to know) open files per user, at the same time the open_files_limit variable for MySQL is set to 5010 (I'm assuming that's default).

So in theory, what would happen if the mysql user had 1024 files already open and then tried to open another one (in this case a temp table)? Would it just hang by chance?

Options: ReplyQuote


Subject
Views
Written By
Posted
8201
December 07, 2006 10:30AM
Re: Server just hanging (Copying to tmp table)
4793
August 31, 2005 03:32PM
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.