hbase 索引记录

hbase 索引记录


根本目的是实时的查询速度


从两方面来看:

一、HBase自身的原理,机制。

二、索引的原理机制。


一、HBase:

reference:

HBase技术介绍|淘宝技术博客

http://www.searchtb.com/2011/01/understanding-hbase.html

HBASE松散数据存储设计初识|放翁(文初)的一亩三分地

http://www.blogjava.net/cenwenchu/archive/2008/08/08/220861.html

HBase的概念与性能选项|HADOOP技术论坛

http://www.hadoopor.com/thread-148-1-5.html

HBase二级索引与Join|淘宝JAVA中间件团队博客

http://rdc.taobao.com/team/jm/archives/951


二、索引:

reference:

http://blog.oldsharp.info/btree_definition/

http://blog.sina.com.cn/s/blog_6776884e0100ohvr.html

http://www.codinglabs.org/html/theory-of-mysql-index.html

你可能感兴趣的:(hbase)