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
9262
December 07, 2006 10:30AM
Re: Server just hanging (Copying to tmp table)
8386
August 31, 2005 03:32PM
13233
September 23, 2005 01:56AM
8934
October 05, 2005 04:58AM
8075
October 05, 2005 11:49PM
6569
October 06, 2005 01:34AM
8836
October 06, 2005 04:57PM
7331
January 21, 2008 10:14AM
6696
January 21, 2008 10:53AM
6657
May 19, 2008 09:41AM
7539
February 05, 2008 10:27AM
6905
March 12, 2008 08:37AM
6889
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.