Introduction To HBase
Introduction To HBase
No partial failure.
No fault tolerant.
October 5, 2012 3
What is NoSQL ?
Stands for Not only SQL (NoSQL).
Standalone
Does not use Hadoop for storage.
Pseudo distributed
Uses single node Hadoop cluster for storing tables.
Fully distributed
Uses fully distributed Hadoop cluster for storing tables.
Pros of HBase
Distributed
Built on Hadoop HDFS
Handles Big Data
High performance for write and read
Scalable (auto-sharding)
Fault tolerant, no data loss
Cons of HBase