Monday 22 May 2017

How do you control the max size of a heap table in MySQL ?

MySQL config variable max_heap_table_size control the max size of a heap table in MySQL. Here is sample usage:- SET max_heap_table_size = 128M .

No comments:

Post a Comment

Advertisement

Advertisement