docker
docker copied to clipboard
[13.2.0] columnar is disabled on image start
Hi,
Because of https://github.com/citusdata/citus/pull/8081, it seems that when running the docker image, since it's starting on an empty db, the columnar storage is disabled. It wasn't the case with the docker image for 13.1.0.
I think that for a docker image, it does not make sense to have this behaviour and that maybe the startup script should enable it explicitly.
Does it make sense?