April 2018
Beginner to intermediate
282 pages
9h 53m
English
Using BigQuery, we can save multiple types of data, such as structured data. Also, it supports multiple technical solutions, such as compression, replication, encryption, and scaling, as well as performance tuning of data and executing queries at the same time. BigQuery has a feature to store data in the Capacitor columnar data format. BigQuery can also represent the standard database structures: tables, partitions, columns, and rows. To perform any operations on BigQuery, we need to first load the data into BigQuery, and then we can execute queries.
You can load data with the help of Google Cloud Storage that has been stored in any form, be it image, text, or media. With the help of a readable data source, you can ...