Hi,
Any chance to change text/blob fields to another type in MySQL?
# ./tuning-primer.sh
TEMP TABLES
Current max_heap_table_size = 512 M
Current tmp_table_size = 512 M
Of 17956 temp tables, 29% were created on disk
Perhaps you should increase your tmp_table_size and/or max_heap_table_size
to reduce the number of disk-based temporary tables
Note! BLOB and TEXT columns are not allow in memory tables.
If you are using these columns raising these values might not impact your
ratio of on disk temp tables.
Thanks.
--
Eduardo Schoedler