MySQL Forums
Forum List  »  Performance

Re: Hanging on copying to tmp table
Posted by: Seweryn Ożóg
Date: April 26, 2012 03:28PM

mysql engine typically uses memory for temporary tables, but column `bug` id `text` type so mysql use myisam on disk.


Check this:
- http://dev.mysql.com/doc/refman/5.1/en/memory-storage-engine.html

"MEMORY tables cannot contain BLOB or TEXT columns" -


- http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_heap_table_size

- http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_tmp_table_size

re-mount mysql tmpdir to tmpfs in RAM :-)

Options: ReplyQuote


Subject
Views
Written By
Posted
6951
April 23, 2012 06:55AM
3391
April 24, 2012 10:16AM
2962
April 24, 2012 02:44PM
2277
April 25, 2012 01:08PM
2598
April 25, 2012 08:43PM
2439
April 26, 2012 12:35AM
2790
April 26, 2012 02:17AM
Re: Hanging on copying to tmp table
2400
April 26, 2012 03:28PM
1954
April 27, 2012 07:02AM
2152
April 28, 2012 01:37PM
2250
April 28, 2012 02:00PM


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.