HBase Introduction
As Apache Hadoop is a popular tool to store and process data, But Hadoop can not handle random writes and
Read moreAs Apache Hadoop is a popular tool to store and process data, But Hadoop can not handle random writes and
Read moreBefore understanding the data model of HBase, let’s first understand the difference between Row-Oriented DB and Column-Oriented DB. Row-Oriented DB:
Read moreHBase Architecture / HBase Data Model HBase is designed to handle a huge volume of data and it follows Master-Slave
Read moreHBase CRUD Operations General Commands HBase provides shell commands to directly interact with the Database and below are a few
Read moreHBase Read / HBase Write As we know about the HBase META table, which holds the information about the region
Read moreHBase Filter on Column Value HBase also provides filter utility to filter rows based on certain criteria. Built-In Filters allows
Read moreHBase Compaction As we know, the sorted data is written to Hfile from Memstore. So many small Hfiles will be
Read more