I want to write a query for a groovyscript to traverse through more than 100000(1 lac) nodes without affecting the performance.
Solved! Go to Solution.
Hi @chinmayis865517 ,
To efficiently traverse 100,000+ nodes in a Groovy script, ensure relevant properties are indexed. You can create a custom index under in CRXDE. To verify if a query is using an index, check in the Query Debugger tool.
For best practices, please refer to:
Regards,
Ayush
best solution is to write an optimize query with proper indexing as suggested by others but iof its one time and you can't create a proper indexing you can try increasing the querylimit as well as explained on https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/what-is-maximum-limit-of-h...
Views
Replies
Total Likes
For traversing 100,000+ nodes efficiently in a Groovy script, I recommend:
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies