We shouldn't send schema repeatedly on a connection #445
Labels
api: bigquerystorage
Issues related to the googleapis/nodejs-bigquery-storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Sending schema after the first request on the connection will incur backend to validate if the schema is changed or not for every request and that is expensive, we should remove the write_stream and write_schema field for the following requests on the connection. The other field that should be per connection is trace_id field.
The text was updated successfully, but these errors were encountered: