You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2019/04/09 10:37:12 UTC

[jira] [Updated] (OAK-7382) Cloud datastore without local disk

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

Davide Giannella updated OAK-7382:
----------------------------------
    Fix Version/s: 1.14.0

> Cloud datastore without local disk
> ----------------------------------
>
>                 Key: OAK-7382
>                 URL: https://issues.apache.org/jira/browse/OAK-7382
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: blob, blob-cloud
>            Reporter: Thomas Mueller
>            Assignee: Amit Jain
>            Priority: Major
>             Fix For: 1.12.0, 1.14.0
>
>
> Currently, the S3 datastores need local disk to work (not sure about the Azure one).
> This should not be needed (not for upload, caching,...).
> Also, temporary files for garbage collection should not be needed (instead, use temporary binaries, possibly written to S3 / Azure).
> Really everything should fit in a few MB of memory.
> For S3, it might be needed to read a few MB of data into memory, and then possibly do a multipart upload:
>  
> https://stackoverflow.com/questions/8653146/can-i-stream-a-file-upload-to-s3-without-a-content-length-header



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)