[
https://issues.apache.org/jira/browse/BEAM-13184?focusedWorklogId=691887&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-691887
]
ASF GitHub Bot logged work on BEAM-13184:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Dec/21 17:13
Start Date: 07/Dec/21 17:13
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on a change in pull request
#15863:
URL: https://github.com/apache/beam/pull/15863#discussion_r764203432
##########
File path:
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java
##########
@@ -1432,6 +1442,11 @@ void set(
return toBuilder().setPreparedStatementSetter(setter).build();
}
+ /** If true, enables using a dynamically determined number of shards to
write. */
+ public WriteWithResults<T, V> withAutoSharding() {
Review comment:
Ok, let's keep it only automatically for now.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 691887)
Time Spent: 3h (was: 2h 50m)
> Support autosharding for JdbcIO writers
> ---------------------------------------
>
> Key: BEAM-13184
> URL: https://issues.apache.org/jira/browse/BEAM-13184
> Project: Beam
> Issue Type: Task
> Components: io-java-jdbc
> Reporter: Pablo Estrada
> Priority: P2
> Time Spent: 3h
> Remaining Estimate: 0h
>
> This should improve efficiency for Jdbc writers on streaming pipelines
--
This message was sent by Atlassian Jira
(v8.20.1#820001)