indexing - How can I remove unused indexes in Google Application Engine? -


I have a new filter for my GAE application. The status of the index is now 'serving' - though I need that index And I want to remove it. How can I do this?

This document is hopeful that helps.

Unused index deletion

When you change or delete an index from index.yaml, the original index is not deleted from it. App Engine automatically

When you are sure it gives you the opportunity to skip the old version of the new indexed application or return to the old version. If that old sequence is no longer needed, you can remove them from the app engine using the following command:

  apcegapi vacuum_exends / myapp /  
< P> This command deletes

for all apps specified in the local version.

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -