Login using Social Account
     Continue with GoogleLogin using your credentials
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.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...