I'm designing a schema for a large Clickhouse table with string fields that can be pretty sparse.
I'm wondering if these fields should be nullable or if I should store an empty string ""
as a default value. Which would be better in terms of storage?