Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
-
2020-1, 2020-2, 2020-4, 2020-5, 2020-6, 2020-7
Description
unconditional part of post-install and postConfigure should be run automatically by package manager
uninstallation should shutdown the "system" and stop all columnstore processes
purge should delete all data
should use systemd/sysv as the mariadb server
ideally should work like a normal plugin
ideally shouldn't ssh into other hosts for cluster management
From the meeting in Frankfurt:
- ALTER TABLE ENGINE=COLUMNSTORE
- CREATE TABLE AS SELECT
- COLLATION should not result in an error, a warning should be added
- remove auto_increment implementation for ColumnStore
- Test SEQUENCES to replace this
Created sub-tasks for the things that can be dealt with in 1.4. To some extent systemd is already used (columnstore-post-install installs the service currently and after postConfigure it can be used). The rest is part of a bigger project for 1.5 which will be linked to this when the tasks are created.