HBase

1 / 34

HBase Introduction




Not able to play video? Try with youtube

Transcript: Hbase is a consistent and partition tolerant database. In CAP theorem, it is CP.

It is a column family-oriented data store. It is great for storing data having 100s of millions of records or more. It is based on Google's paper on Big Table.

Hbase runs on top of Hadoop meaning it stores data files in HDFS and you can process the data using MapReduce.


Loading comments...