You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
21 lines
503 B
INI
21 lines
503 B
INI
[mysqld]
|
|
plugin-load-add=ha_columnstore.so
|
|
|
|
# Enable compression by default on create, set to NONE to turn off
|
|
#columnstore_compression_type=SNAPPY
|
|
|
|
# ColumnStore local query flag
|
|
#columnstore_local_query=0
|
|
|
|
#columnstore_diskjoin_smallsidelimit=0
|
|
#columnstore_diskjoin_largesidelimit=0
|
|
#columnstore_diskjoin_bucketsize=100
|
|
#columnstore_um_mem_limit=0
|
|
|
|
# Required for Schema Sync
|
|
#server-id = 1
|
|
#log_bin
|
|
|
|
# Uncomment for this UM to apply slave DML on ColumnStore tables
|
|
#columnstore_replication_slave=ON
|