[MCOL-5519] Overhaul Columnstore.cnf Created: 2023-06-24  Updated: 2023-12-10  Resolved: 2023-08-18

Status: Closed
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: 23.02.3
Fix Version/s: 23.10.0

Type: Task Priority: Major
Reporter: Todd Stoffel (Inactive) Assignee: Leonid Fedorov
Resolution: Fixed Votes: 0
Labels: rm_infra

Issue Links:
Problem/Incident
causes MCOL-5624 bugs in columnstore.cnf Open
Relates
relates to MCOL-5545 move/review regression tests related ... Closed
Sprint: 2023-8
Assigned for Review: Gagan Goel Gagan Goel (Inactive)
Assigned for Testing: Daniel Lee Daniel Lee (Inactive)

 Description   

Most of the items in our columnstore.cnf are commented out and many of them are obsolete anyway. This file needs an overhaul and we need to add certain server settings related to Columnstore performance like character_set_server and collation_server that may differ than the server's own defaults.

[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

=====New version

[mysqld]
plugin-load-add=ha_columnstore.so

collation_server = utf8_general_ci
character_set_server = utf8

columnstore_use_import_for_batchinsert = ON



 Comments   
Comment by Daniel Lee (Inactive) [ 2023-08-18 ]

Updated MTR test cases that failed due to the merge of this MCOL.

Generated at Thu Feb 08 02:58:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.