Database - Hbase

Card Puncher Data Processing

About

NoSql Column-Oriented DB

open source version of Google Big Table





Discover More
Data System Architecture
Column Family Store

s are NoSql store that clusters the data by a set of key columns. The data is then partitioned / distributed across multiple machines according to the key columns. Storage is sparse since only columns...
Data System Architecture
Data - Semi-Structured Data

With semi-structured data (as schema-later data), we apply a schema after we read the data. The data is semi structured because the unstructured data is first retrieved from a row. All NoSQL application...
Columnar Physical Table Representation
Database - Column (Storage|Store)

Storing data in columns is functionally similar to having a built-in index for each column. This data structure is used in analytics and NoSql database. Columnar storage is a popular data structure in...
Card Puncher Data Processing
Database - Open Time Serie Database (opentsdb)

Open Time Serie Database (opentsdb) is a time serie database developed in Java that runs on top of Hadoop and HBase - Time Series Daemon (TSD) ...
Bigtable Memtable Write
Google Big Table

BigTable is NoSql database where value may be versioned by time. It's then a time serie database and its open source version is called Hbase. From Google to support actively update. OSDI paper in 2006...



Share this page:
Follow us:
Task Runner