You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/10 18:44:00 UTC

[jira] [Updated] (ARROW-6357) [C++] S3: allow for background writes

     [ https://issues.apache.org/jira/browse/ARROW-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-6357:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] S3: allow for background writes
> -------------------------------------
>
>                 Key: ARROW-6357
>                 URL: https://issues.apache.org/jira/browse/ARROW-6357
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> S3 writes can be synchronous: when a part is uploaded, Write() will only return once the server has received the contents and responded "Ok".
> We may want to add a S3 option to issue writes in the background (e.g. using the S3 client's asynchronous APIs).
> Another possibility is to provide a general OutputStream implementation that backgrounds writes (this should be independent of BufferedOutputStream, though, because S3FileSystem already has its own buffering layer).



--
This message was sent by Atlassian Jira
(v8.3.2#803003)