HPE Ezmeral Data Fabric Database as a Column-Oriented Database
HPE Ezmeral Data Fabric Database supports column-oriented databases as a native data store. Column-oriented database tables in HPE Ezmeral Data Fabric Database are conceptually identical to tables in Apache HBase.
As a column-oriented database, HPE Ezmeral Data Fabric Database stores data in binary
format. HPE Ezmeral Data Fabric Database supports the Apache HBase API and provides a
native implementation of the HBase API. HBase applications can use HPE Ezmeral Data Fabric Database tables without modifying any code.
- HPE Ezmeral Data Fabric 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.