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 "Selvaraj Chennappan (Jira)" <ji...@apache.org> on 2022/07/26 18:31:00 UTC

[jira] [Commented] (OAK-9864) RDB Document Node Strore Write is slow

    [ https://issues.apache.org/jira/browse/OAK-9864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571571#comment-17571571 ] 

Selvaraj Chennappan commented on OAK-9864:
------------------------------------------

We are migrating to Apache jackrabbit oak .
RDB Document node store has been used 
DB type is Postgres 
 
oak 1.42.0 
java 1.8 
 
issue : Loading is extremely slow (10x) when compared with Segment node store(tar) .
Could you please suggest any improvement here on RDB Document node store?
We have huge number of documents to migrate and have to use RDB Document node store only.
 
Repo initialization code snippet for reference 
    _RDBDocumentNodeStoreBuilder rdbDocumentNodeStoreBuilder = RDBDocumentNodeStoreBuilder_
                _.newRDBDocumentNodeStoreBuilder().setRDBConnection(dataSource);_
_rdbDocumentNodeStoreBuilder.setBlobStore(createBlobStore());_
    _DocumentNodeStore store = rdbDocumentNodeStoreBuilder.build();_
        _Repository repository = new Jcr(new Oak(store).with(createSecurityProvider()).withAtomicCounter())_
                _.createRepository();_

> RDB Document Node Strore Write is slow 
> ---------------------------------------
>
>                 Key: OAK-9864
>                 URL: https://issues.apache.org/jira/browse/OAK-9864
>             Project: Jackrabbit Oak
>          Issue Type: Test
>    Affects Versions: 1.42.0
>            Reporter: Selvaraj Chennappan
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)