From the course: Learning BigQuery
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
The BigQuery cost structure - BigQuery Tutorial
From the course: Learning BigQuery
The BigQuery cost structure
- [Instructor] Before using any cloud based service, it is important to understand how we will be charged for it. So let's now dive into how costs are incurred when using BigQuery. To understand how BigQuery pricing works, it is important to break down the cost into these three categories - free operations, the cost for storage and the cost for analysis, essentially the cost of querying data. Let's begin with the free operations. We already touched upon the fact that when it comes to batch loading using a shared slot pool that is where we don't explicitly purchase slots or VMs, we don't incur any costs. Furthermore, deleting of data sets, tables and views also don't carry any associated costs. Copying and exporting data are also free. However, storing the exported data into say another BigQuery table will incur storage costs. Metadata operations are also free and beyond all of this, the first 10 GB of data that is stored…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.