You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/05 23:43:41 UTC

[jira] [Commented] (BEAM-1269) BigtableIO should make more efficient use of connections

    [ https://issues.apache.org/jira/browse/BEAM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958039#comment-15958039 ] 

ASF GitHub Bot commented on BEAM-1269:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/2377


> BigtableIO should make more efficient use of connections
> --------------------------------------------------------
>
>                 Key: BEAM-1269
>                 URL: https://issues.apache.org/jira/browse/BEAM-1269
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-gcp
>            Reporter: Daniel Halperin
>              Labels: newbie, starter
>
> RIght now, {{BigtableIO}} opens up a new Bigtable session for every DoFn, in the {{@Setup}} function. However, sessions can support multiple connections, so perhaps this code should be modified to open up a smaller session pool and then allocation connections in {{@StartBundle}}.
> This would likely make more efficient use of resources, especially for highly multithreaded workers.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)