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?
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.
Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!