function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aditya Talwar 17Aditya Talwar 17 

Identify index field in query

Hi,
I have following query:
SELECT Id,Name FROM MyObject__c WHERE MyUser__r.NameCustom__c = 'Test'. 
Here NameCustom__c is Index field in MyUser__c. If all the thresholds are in limit will the above query will be indexed or not? Or since the query filter in spanning in two different objects it will not be filtered?