How can I remove unused indexes in Google App Engine Development server
As per the gae docs, to remove unused indexes from production:
appcfg.py vacuum_indexes myapp/
Context:
My local development server has following datastore statistics(so i need to clean it):
Scanned 92650 entities of total 30233678 bytes, 3231365 index entries of total 130379677 bytes and 46394 composite index entries of total 20310492 bytes. Inserted 442 new records.