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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2014/03/13 12:45:44 UTC

[jira] [Updated] (OAK-1333) SegmentMK: Support for Blobs in external storage

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

Chetan Mehrotra updated OAK-1333:
---------------------------------

    Attachment: OAK-1333.patch

Patch to use BlobStore in SegmentStore

* SegmentNodeStore - Changed to support OAK-1502. 
* BlobStore is used in SegmentWriter and in SegmentStore to perform read and writes
* By default BlobStore also handles the inlining of binary content if the binary size is small. For Segment case the inlining of binaries is handled in SegmentStore itself 

See in github [here|https://github.com/chetanmeh/jackrabbit-oak/commit/1909b1c84ecc0bf75e5fc08fcfbee357c0999041]

> SegmentMK: Support for Blobs in external storage
> ------------------------------------------------
>
>                 Key: OAK-1333
>                 URL: https://issues.apache.org/jira/browse/OAK-1333
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: segmentmk
>    Affects Versions: 0.14
>            Reporter: Dominique Pfister
>            Assignee: Dominique Pfister
>         Attachments: OAK-1333.patch, patch.txt, patch2.txt
>
>
> Currently, when putting a Blob into a PropertyState, the SegmentNodeStore automatically consumes the Blob if it isn't of type SegmentBlob, and stores its contents in the SegmentStore.
> It would be nice, if one could put _external_ Blobs as well, where the SegmentStore would only store a reference to it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)