12 2016 档案

摘要:java driver version: com.datastax.cassandra:cassandra-driver-core:3.1.2 概念 cassandra driver 与 cassandra cluster server 通过TCP协议进行异步通信。 首先,driver与cassan 阅读全文
posted @ 2016-12-08 14:58 RogerIs谭纶 阅读(223) 评论(0) 推荐(0)
摘要:Partitioner, which is a hash function to calculate the TOKEN() of row key. From cassandra 1.2, defaut partitioner is Murmur3Partitioner, of which the 阅读全文
posted @ 2016-12-02 10:03 RogerIs谭纶 阅读(144) 评论(0) 推荐(0)
摘要:modeling by query. secondary index is best on table that has many rows the contain fewer unique values (low cardinality). but, don't index on high-car 阅读全文
posted @ 2016-12-02 00:34 RogerIs谭纶 阅读(118) 评论(0) 推荐(0)