Table of Contents

What is BigQuery?

BigQuery is a data warehouse designed to store, manage and access trillions of data. In other words, it does not require infrastructure or database administrators to operate it. The serverless architecture of BigQuery allows you to run SQL queries without managing infrastructure. A few filters can help you retrieve meaningful insights.

BigQuery organizes the data in the form of a table, with individual records arranged into rows and columns for each record. Tables are defined by schemas that describe column names, data types, and other information. When a table is created, you can specify its schema. But a table can also be made without  a schema, you just have to declare the schema later on.

Here’s a detailed post we wrote explaining BigQuery it’s features, pricing and architecture.

What is BigQuery Sandbox?

Sometimes a user may want to experience the features deeply before investing in them. This is where a BigQuery Sandbox comes into the picture. BigQuery sandbox gives you free access to try out BigQuery and use the platform without using a billing account or incurring any cost. Each application runs in a dedicated environment, which emulates the BigQuery environment on the Google Cloud Platform of the cloud company which runs all the applications. Once a user has tried out the features and is satisfied with them, they can upgrade to BigQuery’s full experience after trialing the free feature for a while.

This is the best way to determine if BigQuery meets your needs. The BigQuery Sandbox gives you 10GB of free storage and a terabyte of query capacity per month. Tables and partitions have a 60-day retention policy. It is best suited to those who want to experiment more like developers or those who do not want to pay, like students.

How to enable BigQuery Sandbox?

To access the BigQuery Sandbox, you must have a Google Cloud account. If you don’t have it, make one by clicking here. After that, follow the steps given below: 

  • Step 1 –  Visit the Google Cloud BigQuery website here
  • Step 2 – Login to your Google Cloud account. 
  • Step 3 – Create a new project or select the existing project on which you want to fire queries. 
  • Step 4 – You will then be guided through simple on-screen instructions and you’re good to go! You will see the web interface of BigQuery Sandbox on your screen. 
  • Step 5 – As it gives you 1TB per month free access, use it efficiently. Load your dataset and start querying.  

Now your Sandbox is ready to work but with some limitations. As it is free to access, it doesn’t give you all the benefits. Some of the drawbacks can be listed as: 

  • You only get 10 GB storage per month for free. 
  • Each month, only 1TB of query data can be processed for free. 
  • You only get to access the table dataset for 60 days as it will expire after that.  
  • There are no DML (Data Manipulation Language) statements, streaming data, or Data Transfer services available in Sandbox. 

To get rid of these limitations, you can upgrade to the fully-functional version of BigQuery and enjoy all of it’s features.

Conclusion

This article introduced you to BigQuery SandBox. The BigQuery and its features laid the foundation for the concepts of BigQuery Sandbox. Through BigQuery Sandbox, you can perform queries on datasets up to 1TB for a month. However, the Sandbox offers free access to queries but comes with limitations. As a company, you want a smooth data analysis process, so it’s best suited to upgrade from Sandbox.

For a comprehensive understanding of BigQuery and its charges, check out our BigQuery Pricing Calculator.