Cloud Bigtable
Cloud Bigtable
Cloud Bigtable is a fully managed, high performance NoSQL database service for large analytical and operational
workloads.
It supports HBase API for access and native compatibility with Hadoop systems.
Features
When to Use
Use Bigtable when you need very high throughput and scalability for non-structured key/value data where each
value is typically less than 10 MB.
Bigtable also excels for:
• MapReduce operations.
• Stream processing / analytics.
• Machine learning applications.
ELI5
What is HBase?
HBase is an open-source, non-relational, distributed database modeled after Google’s Bigtable and is
written in Java. It is developed as part of Apache Software Foundation’s Apache Hadoop project and
runs on top of HDFS (Hadoop Distributed File System), providing Bigtable-like capabilities for Hadoop.
That is, it provides a fault-tolerant way of storing large quantities of sparse data.
Credit Wikipedia