EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB483964: Google BigQuery workaround for Nested Columns


Community Admin

• Strategy


This article explains when you should use nested columns and how to create them in Google BigQuery.

BigQuery performs best when the data is denormalized. Rather than preserving a relational schema such as star or snowflake, tables should take advantage of nested records and nested repeated records. These records types can maintain relationships without the performance impact of querying and joining a relational (normalized) schema. Nested structures are also less consuming in terms of data scanned, meaning it is cheaper to compute. It enables running types of query, that would be slow and expensive in traditional datawarehouses, in a cheap and fast way. 
Create nested columns to optimize performance in Google BigQuery. For more information, download the attached PDF.


Comment

0 comments

Details

Knowledge Article

Published:

January 9, 2020

Last Updated:

January 9, 2020