MySQL Forums
Forum List  »  Newbie

Re: MySQL Temp Files
Posted by: Umesh Shastry
Date: September 29, 2008 01:58AM

Hi!!

MySQL by default limits tmp_table_size to 32MB which is normally in memory, however when a tmp table exceeds that size MySQL automatically converts it to a temp on disk table.

If you are running out disk space then you can be set to a list of several paths that are used in round-robin fashion. Paths should be separated by colon characters (“:”) on Unix and semicolon characters (“;”) on Windows(I guess MySQL5.0 onwards)

Pls go thru the manual for more details..

http://dev.mysql.com/doc/refman/5.0/en/temporary-files.html

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
September 26, 2008 03:28PM
Re: MySQL Temp Files
September 29, 2008 01:58AM


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.