views:

301

answers:

1

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?

+2  A: 

I remember reading that currently this is the only way. There is an issue in the issue tracker for this support for Java, but its not yet implemented. http://code.google.com/p/googleappengine/issues/detail?id=1893

Kyle
Can you provide a proof link, please?
Antonio
@Antonio I added the link to my answer
Kyle