New post on ECS vs Objects <https://open.substack....
# present-company
s
In Postgres, we can decide which tables are columnar and which row-based.
I didn’t know psql did columnar, or do you need an extension?
g
You do need an extension, but it’s readily available and works well. Citus has it built-in, I think.