reuvenlax commented on code in PR #31721:
URL: https://github.com/apache/beam/pull/31721#discussion_r1671281372


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java:
##########
@@ -122,6 +145,11 @@ public interface BigQueryOptions
 
   void setStorageWriteMaxInflightBytes(Long value);
 
+  @Description(
+      "Enables multiplexing mode, where multiple tables can share the same 
connection. Only available when writing with STORAGE_API_AT_LEAST_ONCE"
+          + " mode. This is recommended if your write operation is creating 
20+ connections. When using multiplexing, consider tuning "
+          + "the number of connections created by the connection pool with 
minConnectionPoolConnections and maxConnectionPoolConnections. "
+          + "For more information, see 
https://cloud.google.com/bigquery/docs/write-api-best-practices#connection_pool_management";)
   @Default.Boolean(false)

Review Comment:
   I wonder if it's time to enable this by default (though we should probably 
update our BOM to point to a more-recent client lib first).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to