You need to sign in to do that
Don't have an account?

Create an index on a field?
We have a VisualForce page that does a query/look up based on the phone number fields. This is in a call center, so speed is somewhat important. We are querying 1.6M records and the query time is longer than we'd like. Is it possible to create an index on a standard field? How about on a custom field? If we set it as an External ID, must it then be unique?
Thanks,
--Seth
Thanks,
--Seth
* It searches all phone fields at once (so no Phone='x' OR MobilePhone='x' OR HomePhone='x' etc.) so it simplifies your query
* It's based on a very fast index
Message Edited by werewolf on 10-16-2008 10:49 AM