Statement - Query engine Optimization parameters
Environment - AEM 6.3 GA
Solution :
- Go to the Felix console URL: http://localhost:4502/system/console/jmx/org.apache.jackrabbit.oak%3Aname%3Dsettings%2Ctype%3DQueryEngineSettings
- below are the QueryEngine parameters and set the values based on need.
Attributes
Attribute Name
Attribute Value
LimitInMemory
500000
LimitReads
100000
FailTraversal
true
FastQuerySize
false
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!
Set FailTraversal to True Whether queries that don't use an index will fail (throw an exception) as shown in below screenshot.
No comments:
Post a Comment