How do I model a schema such that I avoid using space

In ScyllaDB, fields for which you don’t set a value, are simply not stored on disk. Note, that setting a field to null is different than not storing a value at all. A null field still takes some space (it is a cell tombstone).

3 Likes