If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Temporary table is full

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-22-04, 08:02
tom00 tom00 is offline
Registered User
 
Join Date: Oct 2004
Posts: 4
Temporary table is full

Hi to all,

During executing SELECT query, MySQL creates disk temporary table.
After the tabe exceeds 4GB I get table is full error.
How can I change settings to remove 4 GB bareer from disk tmp tables?
I have ext3 filesystem.
Reply With Quote
  #2 (permalink)  
Old 11-18-04, 05:52
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
The 4G is the limit size of your filesystem.
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 11-18-04, 11:28
tom00 tom00 is offline
Registered User
 
Join Date: Oct 2004
Posts: 4
but on a phisical table i can set max size over 4 GB, so it's not fs problem
Reply With Quote
  #4 (permalink)  
Old 11-18-04, 11:33
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
What do you mean by phisical table
A table in MyIsam has 3 files:
Index
Data
FRM

You says that the data file (MYD) is larger than 4GB ?
Perhaps are you using INNODB ?
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #5 (permalink)  
Old 11-19-04, 04:14
tom00 tom00 is offline
Registered User
 
Join Date: Oct 2004
Posts: 4
yes, it's possible to override 4GB data limit by increase MAX_ROWS on MyISAM table, but disk tmp tables MySQL creates automatically and I can't find settings for them
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On