MapR Database as a Column-Oriented Database

MapR Database supports column-oriented databases as a native data store. Column-oriented database tables in MapR Database are conceptually identical to tables in Apache HBase.

As a column-oriented database, MapR Database stores data in binary format. MapR Database supports the Apache HBase API and provides a native implementation of the HBase API. HBase applications can use MapR Database tables without modifying any code.
  • MapR Database tables use the HBase data model.
  • Allows for large-scale applications managing columnar data.
  • Binary compatibility with applications using standard HBase application APIs.
  • With the binary tables, rows are indexed by key, columns identify data elements in each row, and column families are made up of columns.