You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Marcel Reutegger <mr...@adobe.com.INVALID> on 2022/08/02 13:09:37 UTC

Re: Bulk load [migration] to oak using RDB Document node store

Hi Selvaraj,

On 27.07.22, 10:31, "Selvaraj chennappan" <se...@gmail.com> wrote:
> We are migrating to Apache jackrabbit oak .
> RDB Document node store
> Postgres
>
> oak 1.42.0
> java 8
>
> issue : Loading is extremely slow (10x) when compared with Segment node
> store .
> Could you please suggest any improvement here on RDB Document node store

How frequently do you save changes? You may get better results when
saving in batches.

It is also not clear to me what the source is. If the source is also JCR
then you may try oak-upgrade
(https://jackrabbit.apache.org/oak/docs/migration.html), though I'm not
sure it will be faster in your case.

Regards
Marcel