How you do this with Java? Preferably is there a way to do it in the 
Datastore Admin or App Engine Console?

I'd like to selectively delete indexes, not just all indexes that aren't in 
the datastore-indexes.xml.

On Monday, June 6, 2011 9:52:21 AM UTC-4, throwdice wrote:
>
> http://code.google.com/appengine/docs/python/tools/uploadinganapp.html
>
> Deleting Unused Indexes
>
> When you change or remove an index from index.yaml, the original index is 
> *not* deleted from App Engine automatically. This gives you the 
> opportunity to leave an older version of the app running while new indexes 
> are being built, or to revert to the older version immediately if a problem 
> is discovered with a newer version.
>
> When you are sure that old indexes are no longer needed, you can delete 
> them from App Engine using the following command:
>
> appcfg.py vacuum_indexes myapp/
>
> This command deletes all indexes for the app that are not mentioned in the 
> local version of index.yaml.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to