1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Join buffer size need not be limited. If it is, be sure the optimize switch optimize_join_buffer_size is set on.

This commit is contained in:
David Hall
2016-04-26 17:25:03 -05:00
parent a72f053840
commit fe6da4708a

View File

@ -42,7 +42,6 @@ query_cache_size = 0
# Try number of CPU's*2 for thread_concurrency
#thread_concurrency = 8
thread_stack = 512K
join_buffer_size = 128M
lower_case_table_names=1
default-storage-engine=Aria
group_concat_max_len=512