Faster SOQL? Yes, Please

ABOUT

Force.com applications are dependent on database performance. Developers try to optimize their code but have had to run queries to see how they perform. Yet, developers sometimes end up finding out that the queries are non-selective only after deploying code to their organizations. Join us as we demonstrate how to determine what a selective filter is, use the Developer Console to test a query's selectivity without running that query, and determine whether a query contains a selective filter.