
cassandra
文章平均质量分 84
ketonfly
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cassandra install & troubleshooting
1.安装相对应版本的JDK The version number shown describes the version of the JRE the class file is compatible with. The reported major numbers are: J2SE 8 = 52, J2SE 7 = 51, J2SE 6.0 = 50, J2SE 5.转载 2014-01-08 10:11:23 · 1502 阅读 · 0 评论 -
cassandra 数据模型简介
1.Column && Standard Column Family RowKey: app1 => (column=appName, value=app1, timestamp=1397200197351000) => (column=avgTime, value=8.0, timestamp=1397200197351001) ------------------- RowKey: a原创 2014-05-08 11:00:20 · 605 阅读 · 0 评论 -
Cassandra维护最终一致性 和存储机制 分区策略
维护最终一致性 Cassandra 通过4个技术来维护数据的最终一致性,分别为逆熵(Anti-Entropy),读修复(Read Repair),提示移交(Hinted Handoff)和分布式删除。 1) 逆熵 这是一种备份之间的同步机制。节点之间定期互相检查数据对象的一致性,这里采用的检查不一致的方法是 Merkle Tree; 2) 读修复转载 2014-09-19 22:44:26 · 3670 阅读 · 0 评论 -
Cassandra实战阅读记录
Cassandra的数据类型 1.1 Column :原创 2014-09-19 16:30:17 · 1702 阅读 · 0 评论 -
Cassandra中Gossip具体实现方式
http://blog.youkuaiyun.com/zhangzhaokun/article/details/5859760转载 2014-09-20 00:00:21 · 815 阅读 · 0 评论