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
Soubhagya Ranjan 2Soubhagya Ranjan 2 

getting error through trigger

while i am inserting record i am getting these error 

ERROR :
Apex trigger DuplicateCoreCustomer caused an unexpected exception, contact your administrator: DuplicateCoreCustomer: execution of BeforeInsert caused by: System.QueryException: Non-selective query against large object type (more than 200000 rows). Consider an indexed filter or contact salesforce.com about custom indexing. Even if a field is indexed a filter might still not be selective when: 1. The filter value includes null (for instance binding with a list that contains null) 2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times): Trigger.DuplicateCoreCustomer: line 12, column 1


why i am getting theses errors and how to avoid these 
 
VIGNESH BALASUBRAMANIANVIGNESH BALASUBRAMANIAN
Hi Soubhagya,

I hope solution for your question is there in the below link.Refer this...

https://developer.salesforce.com/forums/?id=906F00000008vLPIAY

Thanks & Best Regards,
Vignesh.B