Hello.
Our app is slow. I used a profilier to find the weak point.
The following query needs about 500ms on my local machine:
SELECT FROM Employee WHERE account=:mail
Account is a String field.
Why is that query so slow?
I also tried to set an index, but nothing changed:
<datastore-index kind="Employee" ancestor="false">
<property name="account" direction="asc" />
</datastore-index>
Could you please help me?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.