Basics of HBase

Last updated on Jun 05,2023 13.9K Views

Basics of HBase

edureka.co

HBase is an open source, non-relational, distributed database modelled after Google’s BigTable and is written in Java. It is developed by Apache Software Foundation and is a part of Apache Hadoop project. HBase runs on top of HDFS (Hadoop Distributed Filesystem), providing BigTable-like capabilities for Hadoop.

HBase is a key/ value store. HBase is specifically Sparse, Distributed, Multi-dimensional, sorted Maps and consistent.

 The best way to become a Data Engineer is by getting the Azure Data Engineering Certification in Bangalore.

HBase can be used in the following scenarios:

NoSQL Landscape:

The NoSQL databases can be classified as follows:

Features of HBase:

History of HBase:

Basics of HBase:

The following keywords are required to gain an understanding of the subjects that forms the core foundation of HBase:

An HBase table contains column families, which are the logical and physical grouping of columns. Column families contain columns with time stamped versions. Columns only exist when they are inserted. All column associates of the same column family have the same column family prefix. Each column value is identified by a key. The row key is the implicit primary key. The Rows are sorted by the row key.

Become a master of data architecture and shape the future with our comprehensive Data Architect Certification.

Got a question for us? Mention them in the comments section and we will get back to you.

Related Posts:

Big Data and Hadoop Training

Overview of HBase Storage Architecture

BROWSE COURSES