Google Cloud Bigtable Beta
Written by Kay Ewbank   
Friday, 15 May 2015

Google has announced a cloud-based NoSQL database service capable of handling large amounts of data. Cloud Bigtable is a beta release, but uses technology already in use at Google.

Writing about the new beta on the Google Cloud Platform blog, Google’s Cory O’Connor described Cloud Bigtable as:

“a fully managed, high-performance, extremely scalable NoSQL database service accessible through the industry-standard, open-source Apache HBase API. Under the hood, this new service is powered by Bigtable, the same database that drives nearly all of Google’s largest applications.”

O’Connor also says that the product is mature, with Bigtable having driven Google’s most critical applications for more than ten years. The HBase API is also mature, of course.

The blog post says that Cloud Bigtable excels at large ingestion, analytics, and data-heavy serving workloads. The beta is being released for Google's central US region, Europe and Asia Pacific. Other regions will be added in the future.

The performance claims for Bigtable are impressive: single-digit millisecond latency even on hundreds of petabytes of data, and over twice the performance per dollar of unmanaged NoSQL alternatives: 

bigtabblestats

For developers, the open source interface is appealing. You access Bigtable through the HBase API, meaning that its already integrated with a lot of the existing big data and Hadoop ecosystem. You can also import and export data with existing HBase clusters through simple bulk ingestion tools using industry-standard formats.

All data is encrypted both in transit and at rest, and Bigtable is built with a replicated storage strategy. The claim is you can create a Cloud Bigtable cluster in less than ten seconds using a simple user interface, and once in Cloud Bigtable the backing storage scales automatically, so you don’t need to worry about getting the capacity requirements perfect first time.

The pricing for Cloud Bigtable starts at $0.65 per node per hour, and you have a minimum of three nodes per cluster. Storage costs $0.17 per gigabyte per month.

bigtabblesq

More Information

Announcing Google Cloud Bigtable

Cloud Bigtable Beta

Related Articles

HBase 1.0 Released

How is Google + built?

Google Showcases F1

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Data Wrangler Gets Copilot Integration
11/11/2024

Microsoft has announced that Copilot is being integrated into Data Wrangler. The move will give data scientists the ability to use natural language to clean and transform data, and to get help with fi [ ... ]



Rust And C++ Should Be Friends?
20/11/2024

The Rust Foundation has just released a statement on Rust and C++ interoperability and Google is ponying up $1 to see that it gets done.


More News

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 15 May 2015 )