NodeStore and BlobStore configurations in OSGi

2014-05-19 Thread Marc Pfaff
Hi all I try to understand how the different 'store' API' s and implementations are working together, in order to understand the different repository configuration options. Browsing thought the code I think i understand most of it, but have some questions left, mainly related to the BlobStore

Re: NodeStore and BlobStore configurations in OSGi

2014-05-19 Thread Chetan Mehrotra
On Mon, May 19, 2014 at 3:29 PM, Marc Pfaff pfa...@adobe.com wrote: For SegmentNodeStore my research ends up in FileBlobStore and for the DocumentNodeStore it appears to be the MongoBlobStore. Is that correct? SegementNodeStore does not uses BlobStore by default. Instead all the binary content

Re: NodeStore and BlobStore configurations in OSGi

2014-05-19 Thread Marc Pfaff
Hi Chetan Thanks a lot for the details. On 5/19/14 1:05 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: On Mon, May 19, 2014 at 3:29 PM, Marc Pfaff pfa...@adobe.com wrote: For SegmentNodeStore my research ends up in FileBlobStore and for the DocumentNodeStore it appears to be the

Re: NodeStore and BlobStore configurations in OSGi

2014-05-19 Thread Chetan Mehrotra
On Mon, May 19, 2014 at 8:10 PM, Marc Pfaff pfa...@adobe.com wrote: SegmentNodeStore.getBlob() does not seem to be used when reading binaries through JCR Yes when reading via JCR the read is handled via Blob itself i.e. SegmentBlob in this case. A SegmentBlob gets created when the JCR property