A
A
Serif
Sans
White
Sepia
Night
Share:
学习Cassandra
About the author
Questions and Issues
Edit and Contribute
Introduction
1.
关于Cassandra
1.1.
Cassandra的历史
1.2.
CAP定理
1.3.
Cassandra能做什么
2.
数据模型 & CQL
2.1.
内部数据结构
2.2.
CQL
2.3.
CQL & 数据结构
2.4.
数据保存在哪里
2.5.
索引
3.
数据Replication
3.1.
分区器(Partitioners)
3.2.
Replication策略
3.3.
可调节的一致性
4.
并发控制
5.
数据缓存
6.
客户端请求
6.1.
连接哪个节点
6.2.
写请求
6.3.
读请求
Generated using GitBook
客户端请求
1
客户端的读写请求会平均分布到集群上的任意节点,因为Cassandra是一个点对点系统,每个节点都是平等的。
这一章,介绍客户端请求如何连接到一个节点,以及节点之间如何通信。
参考
http://www.datastax.com/documentation/cassandra/2.0/cassandra/architecture/architectureClientRequestsAbout_c.html
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus