January 2019
Beginner
556 pages
14h 19m
English
Columnar or column-oriented databases are based on columns. Data in a certain column in a two-dimensional relation is stored together.
HBase is one of the most famous columnar databases. It is based on the Google Bigtable storage system. Column-oriented databases are designed for huge data scenarios, so they scale up easily. For example, Facebook uses HBase to power their message infrastructure. For small datasets, HBase is not a suitable architecture. ...
Read now
Unlock full access