On 16.12.2019 13:57, Tanvi Shah wrote:
On 16.12.2019 10:26, Tanvi Shah wrote:
Hi,
We are implementing versioning of jcr:content with repository having more than 
100,000 of nodes. But after adding the mixin for mix:versionable the session is 
taking too much time for saving the data.

What is the content structure? Are there any big folders?

Structure is
        Root-> ID node  -> folder node(nt:folder) -> (nt:file) node -> 
jcr:content node(which currently is getting versioned)

We are using Postgres as the database and are using 1.10.2 version of Jackrabbit 
oak. > Versioning takes more than 4 minutes of time to save the session on
the larger repository.

For a single node? Did you inspect the system log? Can you take thread
dumps to see what the system is doing?
Yes for all the nodes which are getting versioned . I will try to get thread 
dump because it is difficult to get as the service is deployed on cloud.

For how many nodes does it take 4 minutes?

Also, before deploying in the cloud, I'd actually test things locally.

Will enabling debug logging help?

It might.

...

Best regards, Julian

Reply via email to