


Hi Team,
If we use Query builder or SQL2 query in sling model to fetch the records . is there will be any issue or impact on performance in production or this is not recommended to use in AEM as cloud ?
Views
Replies
Sign in to like this content
Total Likes
We can use Query Builder.
Impact wise, it depends on the query what we are running. if query takes longer time to load or if huge amount of nodes to be traversed it will impact the performance in the envionment.
And also by default it will be able to traverse only100000 nodes, post that it will abort the query execution.
So,
Hope this answers your question.
We can use Query Builder.
Impact wise, it depends on the query what we are running. if query takes longer time to load or if huge amount of nodes to be traversed it will impact the performance in the envionment.
And also by default it will be able to traverse only100000 nodes, post that it will abort the query execution.
So,
Hope this answers your question.