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
Bhupathi YadavBhupathi Yadav 

I have a SOQL query Like: SELECT id,Name from Account ,While Querying Records from Account Objects it's taking more time How to reduce time?

I have a SOQL query Like:  SELECT id,Name from Account   ,
While Querying Records from Account Objects it's taking more time  How to reduce time?
sfdcMonkey.comsfdcMonkey.com
hi Bhupathi yadav
See the below article regarding large soql queries.\
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/langCon_apex_SOQL_VLSQ.htm
i hope it helps you to write More Efficient SOQL Querie for reduce time
thanks
let me inform if it helps you and mark it best answer if it helps you :)