On Wed, Nov 9, 2011 at 1:42 AM, Mos <mosa...@googlemail.com> wrote:

> Does the improved query planner reduce the need of managing indexes
> manually in the datastore-index.xml file?
>

It increases the need to manage indexes manually


>
> I'm a bit confused.
> The documentation is not obvious for me.
>
> In local development mode  I set autoGenerate="false" and delete the
> datastore-index-auto.xml.
> My application runs fine.
>
> Deploying on GAE I've got the annoying
>
> com.google.appengine.api.datastore.DatastoreNeedIndexException: no
> matching index found.
>
> exception.
>
>
This should not happen


> Hence, how does the improved query planner change the workflow of a GAE
> developer?
>

Basically you have to turn off auto generate and manage the indexes
manually.


>
> Cheers
> Mos
>
>  --
> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to