12.06.2015 Views

HBASE SCHEMA DESIGN - ApacheCon

HBASE SCHEMA DESIGN - ApacheCon

HBASE SCHEMA DESIGN - ApacheCon

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

HBase Tables<br />

• Tables are sorted by Row in lexicographical order<br />

• Table schema only defines its column families<br />

• Each family consists of any number of columns<br />

• Each column consists of any number of versions<br />

• Columns only exist when inserted, NULLs are free<br />

• Columns within a family are sorted and stored<br />

together<br />

• Everything except table names are byte[]<br />

(Table, Row, Family:Column, Timestamp) -> Value

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!