Vettabase / mariadb-columnstore-docker

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

Post install SQL for cross engine joins #15

Closed rcbensley closed 4 months ago

rcbensley commented 5 months ago

There should be a more fluid method for setting the cross engine join username and password on startup.

Potentially populate an SQL file at a set path and use MariaDB's init to load the sql.

Currently the container init script starts the mariadb process before stopping it again.

rcbensley commented 4 months ago

This was resolved in the container-init branch. Merged.