{"course":{"productid":30792,"modality":1,"active":true,"language":"en","title":"Data Warehousing with BigQuery: Storage Design, Query Optimization, and Administration","productcode":"DWBQ-SDQA","vendorcode":"GO","vendorname":"Google","fullproductcode":"GO-DWBQ-SDQA","courseware":{"has_ekit":false,"has_printkit":true,"language":""},"url":"https:\/\/portal.flane.ch\/course\/google-dwbq-sdqa","objective":"<ul>\n<li>Describe BigQuery architecture fundamentals.<\/li><li>Implement storage and schema design patterns to improve performance.<\/li><li>Use DML and schedule data transfers to ingest data.<\/li><li>Apply best practices to improve read efficiency and optimize query performance.<\/li><li>Manage capacity and automate workloads.<\/li><li>Understand patterns versus anti-patterns to optimize queries and improve read performance.<\/li><li>Use logging and monitoring tools to understand and optimize usage patterns.<\/li><li>Apply security best practices to govern data and resources.<\/li><li>Build and deploy several categories of machine learning models with BigQuery ML.<\/li><\/ul>","essentials":"<p><span class=\"cms-link-marked\"><a class=\"fl-href-prod\" href=\"\/swisscom\/en\/course\/google-dwbq-sdqa\"><svg role=\"img\" aria-hidden=\"true\" focusable=\"false\" data-nosnippet class=\"cms-linkmark\"><use xlink:href=\"\/css\/img\/icnset-linkmarks.svg#linkmark\"><\/use><\/svg>Data Warehousing with BigQuery: Storage Design, Query Optimization, and Administration <span class=\"fl-prod-pcode\">(DWBQ-SDQA)<\/span><\/a><\/span><\/p>","audience":"<p>Data analysts, data scientists, data engineers, and developers who perform work on a scale that requires advanced BigQuery internals knowledge to optimize performance.<\/p>","outline":"<h5>Module 1 - BigQuery Architecture Fundamentals<\/h5><h6>Topics<\/h6><ul>\n<li>Introduction<\/li><li>BigQuery Core Infrastructure<\/li><li>BigQuery Storage<\/li><li>BigQuery Query Processing<\/li><li>BigQuery Data Shuffling<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Explain the benefits of columnar storage.<\/li><li>Understand how BigQuery processes data.<\/li><li>Explore the basics of BigQuery&rsquo;s shuffling service to improve query efficiency.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 2 - Storage and Schema Optimizations<\/h5><h6>Topics<\/h6><ul>\n<li>BigQuery Storage<\/li><li>Partitioning and Clustering<\/li><li>Nested and Repeated Fields<\/li><li>ARRAY and STRUCT syntax<\/li><li>Best Practices<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Compare the performance of different schemas (snowflake, denormalized, and nested and repeated fields).<\/li><li>Partition and cluster data for better performance<\/li><li>Improve schema design using nested and repeated fields.<\/li><li>Describe additional best practices such as table and partition expiration<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 3 - Ingesting Data<\/h5><h6>Topics<\/h6><ul>\n<li>Data Ingestion Options<\/li><li>Batch Ingestion<\/li><li>Streaming Ingestion<\/li><li>Legacy Streaming API<\/li><li>BigQuery Storage Write API<\/li><li>Query Materialization<\/li><li>Query External Data Sources<\/li><li>Data Transfer Service<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Ingest batch and streaming data.<\/li><li>Query external data sources.<\/li><li>Schedule data transfers.<\/li><li>Understand how to use Storage Write API.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 4 - Changing Data<\/h5><h6>Topics<\/h6><ul>\n<li>Managing Change in Data Warehouses<\/li><li>Handling Slowly Changing Dimensions (SCD)<\/li><li>DML statements<\/li><li>DML Best Practices and Common Issues<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Write DML statements.<\/li><li>Address common DML performance problems and bottlenecks.<\/li><li>Identify slowly changing dimensions (SCD) in your data and make updates.<\/li><\/ul><h5>Module 5 - Improving Read Performance<\/h5><h6>Topics<\/h6><ul>\n<li>BigQuery&rsquo;s Cache<\/li><li>Materialized Views<\/li><li>BI Engine<\/li><li>High Throughput Reads<\/li><li>BigQuery Storage Read API<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Explore BigQuery&rsquo;s cache.<\/li><li>Create materialized views.<\/li><li>Work with BI Engine to accelerate your SQL queries.<\/li><li>Use the Storage Read API for fast access to BigQuery-managed storage.<\/li><li>Explain the caveats of using external data sources.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 6 - Optimizing and Troubleshooting Queries<\/h5><h6>Topics<\/h6><ul>\n<li>Simple Query Execution<\/li><li>SELECTs and Aggregation<\/li><li>JOINs and Skewed JOINs<\/li><li>Filtering and Ordering<\/li><li>Best Practices for Functions<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Interpret BigQuery execution details and the query plan.<\/li><li>Optimize query performance by using suggested methods for SQL statements and clauses.<\/li><li>Demonstrate best practices for functions in business use cases.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 7 - Workload Management and Pricing<\/h5><h6>Topics<\/h6><ul>\n<li>BigQuery Slots<\/li><li>Pricing Models and Estimates<\/li><li>Slot Reservations<\/li><li>Controlling Costs<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Define a BigQuery slot.<\/li><li>Explain pricing models and pricing estimations (BigQuery UI, bq dry_run, jobs API).<\/li><li>Understand slot reservations, commitments, and assignments.<\/li><li>Identify best practices to control costs.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Demos<\/li><\/ul><h5>Module 8 - Logging and Monitoring<\/h5><h6>Topics<\/h6><ul>\n<li>Cloud Monitoring<\/li><li>BigQuery Admin Panel<\/li><li>Cloud Audit Logs<\/li><li>INFORMATION_SCHEMA<\/li><li>Query Path and Common Errors<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Use Cloud Monitoring to view BigQuery metrics.<\/li><li>Explore the BigQuery admin panel.<\/li><li>Use Cloud Audit logs.<\/li><li>Work with INFORMATION_SCHEMA tables to get insights for your BigQuery entities.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 9 - Security in BigQuery<\/h5><h6>Topics<\/h6><ul>\n<li>Secure Resources with IAM<\/li><li>Authorized Views<\/li><li>Secure Data with Classification<\/li><li>Encryption<\/li><li>Data Discovery and Governance<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Explore data discovery using Data Catalog.<\/li><li>Discuss data governance using DLP API and Data Catalog.<\/li><li>Create IAM policies (e.g., authorized views) to secure resources.<\/li><li>Secure data with classifications (e.g., row-level policies).<\/li><li>Understand how BigQuery uses encryption.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul><h5>Module 10 - Automating Workloads<\/h5><h6>Topics<\/h6><ul>\n<li>Scheduling Queries<\/li><li>Scripting<\/li><li>Stored Procedures<\/li><li>Integration with Big Data Products<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Schedule queries.<\/li><li>Use scripting and stored procedures to build custom transformations.<\/li><li>Describe how to integrate BigQuery workloads with other Google Cloud big data products.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Demos<\/li><\/ul><h5>Module 11 - Machine Learning in BigQuery<\/h5><h6>Topics<\/h6><ul>\n<li>Introduction to BigQuery ML<\/li><li>How to Make Predictions with BigQuery ML<\/li><li>How to Build and Deploy a Recommendation System with BigQuery ML<\/li><li>How to Build and Deploy a Demand Forecasting Solution with BigQuery ML<\/li><li>Time-Series Models with BigQuery ML<\/li><li>BigQuery ML Explainability<\/li><\/ul><h6>Objectives<\/h6><ul>\n<li>Describe some of the different applications of BigQuery ML.<\/li><li>Build and deploy several categories of machine learning models with BigQuery ML.<\/li><li>Use AutoML Tables to solve high-value business problems.<\/li><\/ul><h6>Activities<\/h6><ul>\n<li>Labs and demos<\/li><\/ul>","summary":"<p>In this course, you learn about the internals of BigQuery and best practices for designing, optimizing, and administering your data warehouse. Through a combination of lectures, demos, and labs, you learn about BigQuery architecture and how to design optimal storage and schemas for data ingestion and changes. Next, you learn techniques to improve read performance, optimize queries, manage workloads, and use logging and monitoring tools. You also learn about the different pricing models. Finally, you learn various methods to secure data, automate workloads, and build machine learning models with BigQuery ML.<\/p>","objective_plain":"- Describe BigQuery architecture fundamentals.\n- Implement storage and schema design patterns to improve performance.\n- Use DML and schedule data transfers to ingest data.\n- Apply best practices to improve read efficiency and optimize query performance.\n- Manage capacity and automate workloads.\n- Understand patterns versus anti-patterns to optimize queries and improve read performance.\n- Use logging and monitoring tools to understand and optimize usage patterns.\n- Apply security best practices to govern data and resources.\n- Build and deploy several categories of machine learning models with BigQuery ML.","essentials_plain":"Data Warehousing with BigQuery: Storage Design, Query Optimization, and Administration (DWBQ-SDQA)","audience_plain":"Data analysts, data scientists, data engineers, and developers who perform work on a scale that requires advanced BigQuery internals knowledge to optimize performance.","outline_plain":"Module 1 - BigQuery Architecture Fundamentals\n\nTopics\n\n\n- Introduction\n- BigQuery Core Infrastructure\n- BigQuery Storage\n- BigQuery Query Processing\n- BigQuery Data Shuffling\nObjectives\n\n\n- Explain the benefits of columnar storage.\n- Understand how BigQuery processes data.\n- Explore the basics of BigQuery\u2019s shuffling service to improve query efficiency.\nActivities\n\n\n- Labs and demos\nModule 2 - Storage and Schema Optimizations\n\nTopics\n\n\n- BigQuery Storage\n- Partitioning and Clustering\n- Nested and Repeated Fields\n- ARRAY and STRUCT syntax\n- Best Practices\nObjectives\n\n\n- Compare the performance of different schemas (snowflake, denormalized, and nested and repeated fields).\n- Partition and cluster data for better performance\n- Improve schema design using nested and repeated fields.\n- Describe additional best practices such as table and partition expiration\nActivities\n\n\n- Labs and demos\nModule 3 - Ingesting Data\n\nTopics\n\n\n- Data Ingestion Options\n- Batch Ingestion\n- Streaming Ingestion\n- Legacy Streaming API\n- BigQuery Storage Write API\n- Query Materialization\n- Query External Data Sources\n- Data Transfer Service\nObjectives\n\n\n- Ingest batch and streaming data.\n- Query external data sources.\n- Schedule data transfers.\n- Understand how to use Storage Write API.\nActivities\n\n\n- Labs and demos\nModule 4 - Changing Data\n\nTopics\n\n\n- Managing Change in Data Warehouses\n- Handling Slowly Changing Dimensions (SCD)\n- DML statements\n- DML Best Practices and Common Issues\nObjectives\n\n\n- Write DML statements.\n- Address common DML performance problems and bottlenecks.\n- Identify slowly changing dimensions (SCD) in your data and make updates.\nModule 5 - Improving Read Performance\n\nTopics\n\n\n- BigQuery\u2019s Cache\n- Materialized Views\n- BI Engine\n- High Throughput Reads\n- BigQuery Storage Read API\nObjectives\n\n\n- Explore BigQuery\u2019s cache.\n- Create materialized views.\n- Work with BI Engine to accelerate your SQL queries.\n- Use the Storage Read API for fast access to BigQuery-managed storage.\n- Explain the caveats of using external data sources.\nActivities\n\n\n- Labs and demos\nModule 6 - Optimizing and Troubleshooting Queries\n\nTopics\n\n\n- Simple Query Execution\n- SELECTs and Aggregation\n- JOINs and Skewed JOINs\n- Filtering and Ordering\n- Best Practices for Functions\nObjectives\n\n\n- Interpret BigQuery execution details and the query plan.\n- Optimize query performance by using suggested methods for SQL statements and clauses.\n- Demonstrate best practices for functions in business use cases.\nActivities\n\n\n- Labs and demos\nModule 7 - Workload Management and Pricing\n\nTopics\n\n\n- BigQuery Slots\n- Pricing Models and Estimates\n- Slot Reservations\n- Controlling Costs\nObjectives\n\n\n- Define a BigQuery slot.\n- Explain pricing models and pricing estimations (BigQuery UI, bq dry_run, jobs API).\n- Understand slot reservations, commitments, and assignments.\n- Identify best practices to control costs.\nActivities\n\n\n- Demos\nModule 8 - Logging and Monitoring\n\nTopics\n\n\n- Cloud Monitoring\n- BigQuery Admin Panel\n- Cloud Audit Logs\n- INFORMATION_SCHEMA\n- Query Path and Common Errors\nObjectives\n\n\n- Use Cloud Monitoring to view BigQuery metrics.\n- Explore the BigQuery admin panel.\n- Use Cloud Audit logs.\n- Work with INFORMATION_SCHEMA tables to get insights for your BigQuery entities.\nActivities\n\n\n- Labs and demos\nModule 9 - Security in BigQuery\n\nTopics\n\n\n- Secure Resources with IAM\n- Authorized Views\n- Secure Data with Classification\n- Encryption\n- Data Discovery and Governance\nObjectives\n\n\n- Explore data discovery using Data Catalog.\n- Discuss data governance using DLP API and Data Catalog.\n- Create IAM policies (e.g., authorized views) to secure resources.\n- Secure data with classifications (e.g., row-level policies).\n- Understand how BigQuery uses encryption.\nActivities\n\n\n- Labs and demos\nModule 10 - Automating Workloads\n\nTopics\n\n\n- Scheduling Queries\n- Scripting\n- Stored Procedures\n- Integration with Big Data Products\nObjectives\n\n\n- Schedule queries.\n- Use scripting and stored procedures to build custom transformations.\n- Describe how to integrate BigQuery workloads with other Google Cloud big data products.\nActivities\n\n\n- Demos\nModule 11 - Machine Learning in BigQuery\n\nTopics\n\n\n- Introduction to BigQuery ML\n- How to Make Predictions with BigQuery ML\n- How to Build and Deploy a Recommendation System with BigQuery ML\n- How to Build and Deploy a Demand Forecasting Solution with BigQuery ML\n- Time-Series Models with BigQuery ML\n- BigQuery ML Explainability\nObjectives\n\n\n- Describe some of the different applications of BigQuery ML.\n- Build and deploy several categories of machine learning models with BigQuery ML.\n- Use AutoML Tables to solve high-value business problems.\nActivities\n\n\n- Labs and demos","summary_plain":"In this course, you learn about the internals of BigQuery and best practices for designing, optimizing, and administering your data warehouse. Through a combination of lectures, demos, and labs, you learn about BigQuery architecture and how to design optimal storage and schemas for data ingestion and changes. Next, you learn techniques to improve read performance, optimize queries, manage workloads, and use logging and monitoring tools. You also learn about the different pricing models. Finally, you learn various methods to secure data, automate workloads, and build machine learning models with BigQuery ML.","skill_level":"Intermediate","version":"1.0","duration":{"unit":"d","value":3,"formatted":"3 days"},"pricelist":{"List Price":{"DE":{"country":"DE","currency":"EUR","taxrate":19,"price":1950},"IT":{"country":"IT","currency":"EUR","taxrate":20,"price":1950},"US":{"country":"US","currency":"USD","taxrate":null,"price":1995},"NL":{"country":"NL","currency":"EUR","taxrate":21,"price":2095},"BE":{"country":"BE","currency":"EUR","taxrate":21,"price":2095},"CH":{"country":"CH","currency":"CHF","taxrate":8.1,"price":2220},"AT":{"country":"AT","currency":"EUR","taxrate":20,"price":1950},"SE":{"country":"SE","currency":"EUR","taxrate":25,"price":1950},"GB":{"country":"GB","currency":"GBP","taxrate":20,"price":1980},"IL":{"country":"IL","currency":"ILS","taxrate":17,"price":6770},"SI":{"country":"SI","currency":"EUR","taxrate":20,"price":1950},"CA":{"country":"CA","currency":"CAD","taxrate":null,"price":2755},"FR":{"country":"FR","currency":"EUR","taxrate":19.6,"price":2450}}},"lastchanged":"2025-10-24T17:10:32+02:00","parenturl":"https:\/\/portal.flane.ch\/swisscom\/en\/json-courses","nexturl_course_schedule":"https:\/\/portal.flane.ch\/swisscom\/en\/json-course-schedule\/30792","source_lang":"en","source":"https:\/\/portal.flane.ch\/swisscom\/en\/json-course\/google-dwbq-sdqa"}}