Changes between Version 12 and Version 13 of hbase_table_design


Ignore:
Timestamp:
09/14/2012 02:35:06 PM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hbase_table_design

    v12 v13  
     1[http://hbase.apache.org/book/schema.html 官网] 
     2首先要分区NoSQL 数据模型设计一般从业务应用的具体数据查询入手,而不是数据间的关系,关系型的数据模型基本上是分析数据间的结构和关系。[[BR]] 
    13 
    24==       1、表的属性[[BR]] == 
     
    5860 
    5961如果要为HBASE做一些索引表,或者通过其他方法提高查询速度,可以参考这篇文章[http://www.oschina.net/question/12_29726  HBase 二级索引与 Join][[BR]] 
     62其他参考文章 
     63[http://coolshell.cn/articles/7270.html NoSQL 数据建模技术]  
    6064 
    61  
    62 [/wiki/hbase_table_design/HBaseSchema_HBaseCon2012.pdf HBaseSchema_HBaseCon2012]这篇文章也不错 
     65[/wiki/hbase_table_design/HBaseSchema_HBaseCon2012.pdf HBaseSchema_HBaseCon2012]