Search code examples
cassandracql

What is the maximum length of data passed to cassandra column


Is there any limit on maximum length we can specify for a column while creating Cassandra table, if yes, then how much we can specify?

I am new to using Cassandra, please let me know


Solution

  • The maximum number of cells (rows x columns) in a single partition is 2 billion and the maximum column key (and row key) size is 64KB and the maximum column value size is 2 GB. you can refer this https://cwiki.apache.org/confluence/display/CASSANDRA2/CassandraLimitations