HBase Basic Introduction and Some Practical Principles

Apache HBase is a high-performance, open-source, distributed NoSQL database designed specifically for the Hadoop ecosystem, especially suitable for scenarios that require fast random read and write access to large datasets. This article will introduce the basics of HBase and use business scenarios of Users, Jobs, and their Subtasks to illustrate related concepts.

(more…)