码迷,mamicode.com
首页 > 其他好文 > 详细

BDA_Coursera

时间:2015-11-27 19:46:35      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

Lec 1

HBase: Hadoop‘s database

For Google Big table:
3 major Dimensions: Columns, Rows, Timestamps(per value)


Column key, 
HBase,bigtable(Colums oriented)
Column->Most basic unit of HBase

Timestampes->Keep different versions of data in one table in separate cells
Family of Columns-》stored in same Hfile

SYNTAX:NAME OF COLUMN KEY
family:qualifier

技术分享

 

 

技术分享

 

Row key
Rows->unit of transactional consistency
Grouping rows->tablets (Because tablets are distributed and stored close to each other->faster lookup)

 

BDA_Coursera

标签:

原文地址:http://www.cnblogs.com/andromera/p/5001496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!