Stay organized with collections
Save and categorize content based on your preferences.
Bigtable is Google's NoSQL Big Data database
service. It's the same database that powers many core Google services, including
Search, Analytics, Maps, and Gmail. Bigtable is designed to
handle massive workloads at consistent low latency and high throughput, so it's
a great choice for both operational and analytical applications, including IoT,
user analytics, and financial data analysis.
Bigtable is an excellent option for any Apache Spark or Hadoop
uses that require Apache HBase.
Bigtable supports the Apache HBase
1.0+ and 2.0+ APIs, and offers a Bigtable HBase client in
Maven to use Bigtable with
Dataproc.
Use the Bigtable Spark connector
The Bigtable Spark connector lets you read and write data from
and to Bigtable. You can read data from within your Spark
application using Spark SQL and DataFrames. For read-only jobs, you can use
Data Boost serverless compute,
Data Boost is designed for the performance requirements of high-throughput jobs
and queries, and it lets you avoid impacting your application-serving cluster
traffic when those jobs and queries are run.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Bigtable is Google's NoSQL Big Data database service, powering core Google services like Search, Analytics, Maps, and Gmail."],["Bigtable is designed for massive workloads with consistent low latency and high throughput, making it suitable for operational and analytical applications."],["Bigtable supports Apache HBase 1.0+ and 2.0+ APIs and offers a Bigtable HBase client in Maven for use with Dataproc."],["The Bigtable Spark connector allows reading and writing data from and to Bigtable within Spark applications, using Spark SQL and DataFrames."],["Data Boost serverless compute is available for high-throughput read-only jobs and queries, preventing impact on application-serving cluster traffic."]]],[]]