Cassandra3.x 中文本类型的最大限制
Max limit for Text type in Cassandra3.x
cassandra 中 Text 列值的最大大小是多少 3.x?
找到 this page Cassandra 的所有最大限制,但文本类型不在列表中
https://docs.datastax.com/en/cql-oss/3.x/cql/cql_reference/refLimits.html
它被涵盖为
single column value size: 2 GB (1 MB is recommended)
但不建议在 Cassandra 中保留大文本(和 blob)。
cassandra 中 Text 列值的最大大小是多少 3.x?
找到 this page Cassandra 的所有最大限制,但文本类型不在列表中
https://docs.datastax.com/en/cql-oss/3.x/cql/cql_reference/refLimits.html
它被涵盖为
single column value size: 2 GB (1 MB is recommended)
但不建议在 Cassandra 中保留大文本(和 blob)。