2012/3/26 Wolfram Gürlich <[email protected]>: > In many places you can just use an indexed property instead of another > custom index. It will cost you double however, since it actually creates two > index entries - ASC and DESC.
It should be noted that compound indexes require single-property indexes on all fields mentioned in the compound index. If you put() an entity without a single-property index on any of the specified properties, GAE will not put the entity in the multi-property index. So it's not either/or; it's single-property indexes or both. Jeff -- 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.
