you would need to manually specify any indexes required for ur
application (for any non-single column properties as mentioned above).
For e.g. If my app uses contactLastUpRef and name_lc in the queries,
you need something like

indexes:
- kind: Contact
  properties:
  - name: contactLastUpRef
  - name: name_lc

HTH
raja

On Nov 5, 4:21 am, Alexander Kojevnikov <[EMAIL PROTECTED]>
wrote:
> > Only compound queries need index. Single column properties are already
> > implicitly indexed.
>
> Just a small clarification, only ASCENDING single-column indices are
> automatically 
> created:http://code.google.com/appengine/docs/datastore/queriesandindexes.htm...
--~--~---------~--~----~------------~-------~--~----~
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