Overview

Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable. It provides Bigtable-like capabilities on top of Hadoop and HDFS.

Key Features

  • Linear Scalability: Easy to add more nodes.
  • Consistent Reads/Writes: Strong consistency.
  • Column-Oriented: Efficient for sparse datasets.

Related Terms