Wednesday, December 12, 2018

GCP : Cloud Big Table

Cloud Big table is a low latency, massively scalable NoSQL database.

It has below properties

- Consistent sub-10 ms latency
- Replication provides high availability, higher durability, and resilience in the face of zonal failures.
- Ideal for Ad Tech, Fintech and IoT.
- Storage engine for machine learning applications
- Easy integration with open source big data solutions

Below are some of the benefits of Cloud big table

1. Fast and performant
User cloud big table as the storage engine for large scale, low latency applications as well as thoughput intensive data processing and analytics.

2. Seamless scaling and replication
Provision and scale to hundreds of petabytes and smoothly handle millions of operations per second. Changes to the deployment configuration are immediate, so there is downtime during the reconfiguration. Republication adds high availability for live serving apps and workload isolation for serving vs analytics.

3. Simple and integrated
Cloud big table integrates easily with popular big data tools like hadoop, cloud data flow, and cloud data proc. Also, cloud big table supports industry standard HBase API, which makes it easy for development teams to get started.

4. Its a fully managed database.
It is fully managed by Google leaving application developers focusing on application logic.

references:
https://cloud.google.com/bigtable/

No comments:

Post a Comment