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
Set batch insert flag to 'on'. Fixed a typo
This commit is contained in:
@ -66,7 +66,9 @@ USE outerjoin;
|
|||||||
--source ../include/autopilot_create_outerjoin_tables.inc
|
--source ../include/autopilot_create_outerjoin_tables.inc
|
||||||
#
|
#
|
||||||
# Set table name to case insensitive
|
# Set table name to case insensitive
|
||||||
--exec sed -i 's/\[mysqld\]/\[mysqld\]\nlower_case_table_name=1/g' /etc/my.cnf.d/server.cnf
|
--exec sed -i 's/\[mysqld\]/\[mysqld\]\nlower_case_table_names=1/g' /etc/my.cnf.d/server.cnf
|
||||||
|
#
|
||||||
|
SET GLOBAL columnstore_use_import_for_batchinsert=ON;
|
||||||
#
|
#
|
||||||
--exec systemctl restart mariadb
|
--exec systemctl restart mariadb
|
||||||
--exec sleep 10
|
--exec sleep 10
|
||||||
|
Reference in New Issue
Block a user