BigQuery data organization

Introduzione a BigQuery

Matt Forrest

Field CTO

BigQuery table names

SELECT 
    *
FROM
    `project.dataset.table`
Introduzione a BigQuery

Projects

  • Projects handle permissions, users, and controls
  • BigQuery can have multiple projects
SELECT 
    *
FROM
    `project.dataset.table`
Introduzione a BigQuery

Datasets

  • Datasets are unique to a project
  • Act like folders that contain individual tables
  • Datasets have their own permissions
SELECT 
    *
FROM
    `project.dataset.table`
Introduzione a BigQuery

Tables

  • Tables are where your data resides
SELECT 
    *
FROM
    `project.dataset.table`
Introduzione a BigQuery

Regions

Map indicating the cities and regions that are covered by Google Cloud data centers

Introduzione a BigQuery

Working with data between regions

  • Datasets cannot change regions once created
  • There are methods to move/replicate data between regions
  • You cannot query data in two different regions
Introduzione a BigQuery

Let's practice!

Introduzione a BigQuery

Preparing Video For Download...