How-to delete indexes in Google App Engine (Java)?
Posted
by Antonio
on Stack Overflow
See other posts from Stack Overflow
or by Antonio
Published on 2010-03-17T19:21:09Z
Indexed on
2010/04/25
12:13 UTC
Read the original article
Hit count: 146
Is there a way to delete unused indexes in Google App Engine Java application?
The only one way I was able to find is to create an empty Python GAE application and run the following command:
appcfg.py vacuum_indexes /path/to/myapp/
Is there a more intelligent way?
© Stack Overflow or respective owner