Page 1 of 1

Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to

Posted: Mon Aug 01, 2022 9:50 am
by answerhappygod
Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to a BigQuery table.

Which improvement should you suggest your teammate make?
Your Teammate H 1
Your Teammate H 1 (35.43 KiB) Viewed 84 times
A. Include multiple rows with each request.
B. Perform the inserts in parallel by creating multiple threads. Most Voted
C. Write each row to a Cloud Storage object, then load into BigQuery.
D. Write each row to a Cloud Storage object in parallel, then load into BigQuery.