摘要:
单独primary key Cassandra : CREATE TABLE student (firstName text , lastName text, score int, PRIMARY KEY (firstName)) Java : @PartitionKey private Strin 阅读全文
摘要:
CQL类型对应Java类型描述 ascii String ascii字符串 bigint long 64位整数 blob ByteBuffer/byte[] 二进制数组 boolean boolean 布尔 counter long 计数器,支持原子性的增减,不支持直接赋值 decimal BigD 阅读全文