Skip to content

Commit

Permalink
adjust description
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Jul 11, 2024
1 parent 16c0840 commit 7951755
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ public interface BigQueryOptions
@Description(
"When using the STORAGE_API_AT_LEAST_ONCE write method with multiplexing (ie. useStorageApiConnectionPool=true), "
+ "this option sets the maximum number of connections each pool creates. This is on a per worker, per region basis. "
+ "This value should be greater than or equal to the total number of dynamic destinations, otherwise performance issues "
+ "may occur due to race conditions where append operations compete over limited number of streams. If this occurs, "
+ "individual append operations will intermittently fail but will be retried.")
+ "If writing to many dynamic destinations (>20) and experiencing performance issues or seeing append operations competing"
+ "for streams, consider increasing this value.")
@Default.Integer(20)
Integer getMaxConnectionPoolConnections();

Expand Down

0 comments on commit 7951755

Please sign in to comment.