Hi Selvaraj, On 27.07.22, 10:31, "Selvaraj chennappan" <selvarajchennap...@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