Examtopics

Professional Cloud Developer
  • Topic 1 Question 13

    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?

    • Include multiple rows with each request.

    • Perform the inserts in parallel by creating multiple threads.

    • Write each row to a Cloud Storage object, then load into BigQuery.

    • Write each row to a Cloud Storage object in parallel, then load into BigQuery.


    シャッフルモード