AEM6 SP1 - Frequent Re-Indexing
We have the environment Linux with AEM6 SP1. There is an external integration that brings some content (product pages and associated images) from a 3rd party service. This service is called from author via a scheduler to create relevant JCR nodes. The odd behaviour that we observe that which each such load (it runs weekly), the repository does a full reindexing of content and that makes author instance unavailable for some a good time period.
Question:
[1] Is there a way to identify what actually triggers this full reindexing and possible solution to resolve this? The data that comes through the service is not very heavy comparison to what we already have in the repo and thus doing entire reindexing seems unwarranted.
I am also trying to follow the hep article https://helpx.adobe.com/experience-manager/kb/performance-tuning-tips.html -- > especially "Fins Slow Queries" using qla.jar but not so encouraging result yet. Any suggestion, on similar kind of issues would be very helpful.
Thanks...