[
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)