Hi @NitroHazeDev ,The property indexes are easiest to use if your query
is only going to deal with limited properties (however, type of index
solely depends on its complexity, use & frequency)and you can use the
Explain Query tool in AEM to check if the correct index is being picked
up while query is executed.Please refer query troubleshooting guide to
get deeper insights and understanding the impact of the query.Thanks.