阅读更多
1.比较多的一些讲解 http://beyiwork.iteye.com/category/75028
3.hbase安装配置 http://fishyu0817.iteye.com/blog/505818
4.hbase shell操作 http://yuhai-china.iteye.com/blog/563951
5.hbase的程序编写教程 http://beyiwork.iteye.com/blog/418058
http://yuhai-china.iteye.com/blog/564197
http://zkl-1987.iteye.com/blog/365537
http://gcgmh.iteye.com/blog/459361
6.bigtable ,hbase 学习 http://stephen80.iteye.com/blog/264946
7.when to use hbase http://beyiwork.iteye.com/blog/433858
8.提升hbase性能的几个地方 http://cangyingzhijia.iteye.com/blog/499127
9.HBase的概念和性能选项 http://beijing-josh.iteye.com/blog/211230
10.HBase和RegionServer那点事 http://085567.iteye.com/blog/564291
=====================摘自上面的链接====备忘===================
1.Bigtable是一个疏松的分布式的持久的多维排序的map,这个map被
行键,列键,和时间戳索引.
2.在HBase和BigTable中,key/value 是非常
严格地按字母次序排列的.注意在HBase中排序仅仅是kay排序,value是不排序的.
3.一般的应用程序只是简单(不通过时间戳)的请求一个单元的数据.在这种条件下,HBase只是
简单地返回最新的版本,即时间戳最大的版本.