mirror of https://github.com/apache/cassandra
7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
Row size (that is, all the data associated with a single
|
|
key in a given ColumnFamily) is limited by available memory, because
|
|
compaction deserializes each row before merging.
|
|
|
|
See https://issues.apache.org/jira/browse/CASSANDRA-16
|
|
and http://wiki.apache.org/cassandra/CassandraLimitations
|