当插入到Cassandra数据库时出现这个错误,我在数据库中插入了非常庞大的数据,这是因为内存的原因吗,我有足够的磁盘空间,因为我知道数据库中的行可以容纳20亿条记录,所以我错过了列范围配置。Exception in thread "main" com.datastax.driver.core.exceptions.InvalidQueryException: The sum of allclustering columns is too long (65927 &g
我有一个webapp,它使用DataStax驱动的Spring Data Cassandra框架。在正确配置连接点之后,我可以使用(.findAll)获取所有行,但是不能使用我为ex创建的特定查询: public interface PersonRepository extends: unconfigured columnfamily person
com.datastax.driver.core.exceptions.InvalidQueryException.copy(Inva
我有一个这样创建的表:stream int,timestamp bigint,PRIMARYselect * from messages where stream = 1 and sequence >= 1 and sequence <= 100;com.datastax.driver.core.exceptions.InvalidQuer