[MCOL-5370] review default for columnstore_use_import_for_batchinsert Created: 2022-12-22 Updated: 2023-12-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 23.10 |
| Type: | Task | Priority: | Major |
| Reporter: | alexey vorovich (Inactive) | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | cluster | ||
| Description |
|
The default=on is changed to =always for docker/sky. This apparently disables rollback for batchinsert. |
| Comments |
| Comment by alexey vorovich (Inactive) [ 2022-12-22 ] |
|
tntnatbry you mentioned that default should be =ON otherwise batch insert may fail rollback Please comment/clarify and Todd will change docker to standard |
| Comment by David Hall (Inactive) [ 2023-01-04 ] |
|
ON causes cpimport to be used for non-transactional insert but when insert is in a transaction, it uses the slower non-batch mode so rollbacks work. |
| Comment by Gagan Goel (Inactive) [ 2023-01-24 ] |
|
toddstoffel Let's change the variable columnstore_use_import_for_batchinsert to ON in the docker image. For more details about the various values that this variable supports, see |