13 Jun
2013
13 Jun
'13
6:30 a.m.
Roberto Spadim <roberto@spadim.com.br> writes:
maybe just to informe it as information schema?
how could i know if a I_S table will be memory or aria or myisam? does mysqld 'parse' it at startup?
It depends on the structure of the table and the size it is materialized as. If it's greater than max_heap_table_size it'll be converted to MyISAM/Maria. -- Stewart Smith