hbase

12
HBase Software Architect | Christophe Marchal @toff63

Upload: christophe-marchal

Post on 08-May-2015

263 views

Category:

Technology


0 download

DESCRIPTION

10 minutes lightning talk about HBase NoSQL database that comes with Hadoop

TRANSCRIPT

Page 1: Hbase

HBase

Software Architect | Christophe Marchal @toff63

Page 2: Hbase
Page 3: Hbase

Built on top of HDFS

Page 4: Hbase

Store sparse data

Page 5: Hbase

Big Map

Page 6: Hbase

● Linear and modular scalability.

● Consistency● Automatic Sharding● Failover ● Block cache and

Bloom Filters for real-time queries.

Page 7: Hbase
Page 8: Hbase

Regions

Page 9: Hbase
Page 10: Hbase

Strength

● robust scale-out architecture

● built-in versionning

● Cross datacenter replication

● Handle many gigabytes or terrabytes

Page 11: Hbase

Weakness

● Needs at least 5 nodes

● Doesn’t work alone

● No index or sorting capability aside from row

keys

Page 12: Hbase

Software Architect | Christophe Marchal @toff63