What Is HBASE
What Is HBASE
Next Slide
Why HBASE?
We know that,
HDFS stores, processes, and manages large amount of data efficiently. However, it performs
only batch processing and the data will be accessed in a sequential manner.
Therefore a solution is required to access, read or write data anytime regardless of its sequence in
the clusters of data
Hbase is modeled after googles big table, which is a distributed source system for structured
data.
just as bigtable distributed data storage provided by the google file system,
HBASE provides big tables like capabilities on top of Hadoop or HDFS.
Next slide
Characteristics of Hbase:
Hbase is a type of nosql database and is classified as a key-value store
Hbase is a database in which tables have no schema. At the time of table creation,
column families are defined, not columns are defined at the time of table creation.