Cassandra user defined type partition cell count limits -


if have user defined type column in cassandra table, each of it's fields count toward 2 billion cells per partition limit, or whole cell count 1? can't find anywhere mentioning this.

all udt data properties stored all-together in single cell, whole cell counts 1.

just warn you, limit (2 billion cells per partition) kind of mis-understood. partitions become large , ungainly long before approach 2 billion cells. knowing limit exists remember. it's idea stay far limit possible.


Comments