You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mdvorsky <gi...@git.apache.org> on 2016/07/28 20:05:26 UTC

[GitHub] incubator-beam pull request #752: Beam Python GCSIO write performance improv...

GitHub user mdvorsky opened a pull request:

    https://github.com/apache/incubator-beam/pull/752

    Beam Python GCSIO write performance improvements.

    Increased the GCS buffer size from 1MB to 8MB and introduced a 128kB buffer for the pipe. 
    
    Increasing the GCS buffer even more could improve the performance, but for the price of spending a lot of memory on buffers (which can be a problem if many GCS files are being written to concurrently).
    	
    Increasing the pipe buffer further appears to have no benefit.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mdvorsky/incubator-beam fast_gcsio

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/752.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #752
    
----
commit a1f1fa06ee8683273182548e7eb2d6612040d2bf
Author: Marian Dvorsky <ma...@google.com>
Date:   2016-07-28T20:02:15Z

    Increased the GCS buffer size from 1MB to 8MB and introduced a 128kB buffer for the pipe.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-beam pull request #752: Beam Python GCSIO write performance improv...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-beam/pull/752


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---