docker icon indicating copy to clipboard operation
docker copied to clipboard

[13.2.0] columnar is disabled on image start

Open victornoel opened this issue 3 months ago • 2 comments

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?

victornoel avatar Sep 05 '25 07:09 victornoel