Hi All

When querying with multiple requirements like:
MyDbClass.all().filter('aa =', 'some val').filter('bb', 'some other
val').get().

A composite index made up of aa and bb is used.

But what when doing querying like:
MyDbClass.all().filter('aa =', 'some val').filter('aa', 'some other
val').get()

Is the default index sufficient enough, or is there some way I could
help the lookup speed.

The reason I'm asking, is that I have an awful lot of of timeouts on
the second type of query.

Regards
Tonny

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.


Reply via email to