Open Locustv2 opened 2 years ago
As the current BigQuery component is still experimental, it would be good to replace it with a new component using the Write API from Big Query: BigQuery Write API explained: An overview of the Write API
The advantage of using this api is that it uses Protobuf data. Which means it's faster as it will be moving binary data around.
Here are some additional material: Learn how to stream JSON data into BigQuery using the new BigQuery Storage Write API
The link appears to be dead! But I would be interested in this too. New link: https://cloud.google.com/bigquery/docs/write-api
As the current BigQuery component is still experimental, it would be good to replace it with a new component using the Write API from Big Query: BigQuery Write API explained: An overview of the Write API
The advantage of using this api is that it uses Protobuf data. Which means it's faster as it will be moving binary data around.
Here are some additional material: Learn how to stream JSON data into BigQuery using the new BigQuery Storage Write API