January 2017
Intermediate to advanced
350 pages
7h 8m
English
It is very important to understand the data model of HBase and the core principle on which it stands and provides the foundation to scale. We will go through the following concepts:
Logical view of HBase represents distributed, persistent multinational store map, which represents the data in a column and row, key along a timestamp. It also shows a representation of how data is kept to get maximum scalability and performance.
The following screenshot shows data that is represented in an HBase table:

The logical representation of the preceding ...
Read now
Unlock full access