[MCOL-4497] Variable columnstore_use_import_for_batchinsert cannot be set dynamically Created: 2021-01-14 Updated: 2021-04-02 Resolved: 2021-02-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Gagan Goel (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The variable columnstore_use_import_for_batchinsert cannot be modified dynamically. From the MariaDB console doing: The only way to modify it is to change it on the configuration file and restart the server. |
| Comments |
| Comment by Gagan Goel (Inactive) [ 2021-02-01 ] | ||||||
|
columnstore_use_import_for_batchinsert is an enum type with three possible values: OFF/ON/ALWAYS. The values need to be wrapped around single quotes as they are strings:
Alternatively, numeric values can also be used:
|