Vettabase / mariadb-columnstore-docker

GNU General Public License v3.0
3 stars 0 forks source link

Columnstore Process management #22

Open rcbensley opened 5 months ago

rcbensley commented 5 months ago

How can we realistically manage the extra processes required for ColumnStore to function?

In a regular scenario a single node on a VM or bare metal installation uses systemd to run ColumnStore. The systemd unit file, mariadb-columnstore.service, calls /usr/bin/mariadb-columnstore-start.sh.

When setting up a cluster, cmapi takes over and handles the processes instead.

To be able to run CS in docker, we also need to handle these processes.

Options: