You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user