Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Optimizing JCR Session Saves | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Optimizing JCR Session Saves by Andrew Top

Abstract

When performing many modifications to your AEM Java Content Repository (JCR) does your instance slow down, perhaps to the point where it is unusable? What is causing the slow down? Can it be prevented?

The JCR is usually tuned to be quick with read operations but is relatively slow with writes. Many quick, subsequent writes can be quite taxing to the JCR session and the instance. But how often should you perform session saves? Can you save too infrequently?
There are articles on this problem, many giving advice on the perfect save frequency. Is there a one-size-fits-all number?

With these questions in mind, we’re presenting a new tool for testing session save frequencies:
https://github.com/adobe/aem-performance-experiments/tree/main/experiments/session-save-frequency

We hope this repository will help show, in a hands-on way, how different frequencies of JCR Session Saves can affect overall performance and instance health. It may give insights into your AEM server.

Our goal is to help drive in the importance of tuning the frequency of JCR Session saves. Just because it “works” in development, does not mean it will be efficient or safe in production as the content grows and grows. A few minutes of consideration during development can save an instance’s health and save time attempting to solve the problem after deploying.

Read Full Blog

Optimizing JCR Session Saves

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies