Hi @sonuk85184451
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,
- We have to optimize the query as much as possible.
- If it process/traverse through high amount of nodes then we can also use the concept of OAK indexing and pagination.
Hope this answers your question.
FYR - https://experienceleague.adobe.com/docs/experience-manager-64/developing/bestpractices/troubleshooti...