Oak QueryEngine Optimization Parameters and how to set these parameter in JMX console in AEM

Statement - Query engine Optimization parameters
Environment - AEM 6.3 GA

Solution :
Attributes
Attribute Name
Attribute Value
LimitInMemory
500000
LimitReads
100000
FailTraversal
true
FastQuerySize
false

  • Click on  each of these attribute value to increase/decrease as shown in below.

  • To return the query result size should return an estimation for large queries set the FastQuerysize to True
  • Set FailTraversal to True Whether queries that don't use an index will fail (throw an exception) as shown in below screenshot.
  • That's  it!

No comments:

Post a Comment