Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
None
-
None
Description
The variable columnstore_use_import_for_batchinsert cannot be modified dynamically.
From the MariaDB console doing:
"set global columnstore_use_import_for_batchinsert=ON;" the variable is not modified (it says "0 rows affected") and if you run "show variables like '%columnstore_use_import_for_batchinsert%';" you can see that the variable has the old value.
The only way to modify it is to change it on the configuration file and restart the server.