Analyze Big Data in the cloud with BigQuery. Run fast, SQL-like queries against multi-terabyte datasets in seconds. Scalable and easy to use, BigQuery gives you real-time insights about your data.
Your queries can execute asynchronously in the background, and can be polled for status. Access a history of your jobs and queries alongside the rest of your Cloud Platform resources in the Google Cloud Console.
Import data with ease
Bulk load your data using Google Cloud Storage [link to Cloud Storage page] or stream it in bursts of up to 1,000 rows per second. You can tackle real-time, high-volume logging or transaction recording and have your data available for analysis quickly and easily.
Affordable big data
When we say “Big Data”, we really mean it. The first 100 GB of data processed each month is free. We will store and query thousands of terabytes for you. Our
pricing structure
is simple and transparent, and we give you full visibility and control. You only pay for the storage you need and the queries you run.
The right interface
Separate interfaces for administration and developers will make sure that you have access to the tools you need. Control access at both the project and dataset level using the Google APIs Console. BigQuery helps teams of any size work the way they want to work.
Case Studies
Learn how the data-crunching capabilities of BigQuery are being put to use by other companies.
Interactions Marketing
"We are always looking for ways to maximize return and minimize investment. BigQuery is the perfect combination. It’s an on-demand, scalable resource."
"We can now provide our customers information that we couldn’t in the past. This improves their engagement with the service and has even increased their ad spend."
"We explored several data analytics solutions. Nothing comes remotely close to the sheer power of Google BigQuery. It made large-scale data collection and crunching possible with little effort, which has translated to a significant business advantage."
BigQuery uses a columnar data structure, which means that for a given query, you are only charged for data processed in each column, not the entire table. The first 100GB of data processed per month is at no charge.
Prices are effective April 1, 2014.
On-Demand Pricing
Resource
Pricing
Loading data
Free
Exporting data
Free
Storage
$0.026 (per GB/month)1,4
Interactive queries
$0.005 (per GB processed)2,3,4
Batch queries
$0.005 (per GB processed)2,3,4
Streaming Inserts
Free until July 1, 2014
After July 1, 2014, $0.01 (per 100,000 rows) for streaming inserts.
1
Charges rounded up to the nearest MB; minimum 1 MB data per table 2
Charges rounded up to the nearest MB; minimum 1 MB data processed per each table referenced by a query 3
The first 100 GB of data processed per month is at no charge 4
Charges are based on the uncompressed data size.
Reserved Capacity Pricing
For larger, more consistent workloads, reserved capacity can save as much as 70% off On-Demand Pricing. To sign up please
contact a sales representative.
Documentation & Resources
Comprehensive documentation and tutorials will teach you how to integrate BigQuery into your application. Learn how to bulk-load data, stream inserts and run queries asynchronously. Access the capabilities of BigQuery from your other Cloud Platform services quickly.
Querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. Google BigQuery solves this problem by enabling super-fast, SQL-like queries against append-only tables, using the processing power of Google's infrastructure. Simply move your data into BigQuery and let us handle the hard work.
Queries are written in BigQuery's SQL dialect. BigQuery supports both synchronous and asynchronous query methods. Both methods are handled by a job, but the "synchronous" method exposes a timeout value that waits until the job has finished before returning.