I am trying to search Users datastore with Email id. The Users datastore have more than 1000 records. Its nearly taking 9sec for the output. I Think indexing with be helpful for this problem. So.. please help me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try AppStats to get a better view into where the time is going.
Here’s some documentation on indexes. All queries must be served by an index, though, so there’s no chance that you could add an index and improve performance.