This is an issue I hit a while ago when I was actively changing indexes. I had not needed to change my indexes for a long time but yesterday I had to make some changes. Once again, I spent several hours in the following loop:
1. Upload new index definitions 2. Indexing of some new complicated indexes fail after some time 3. Vacuum the failed indexes 4. when vacuum succeeds GoTo 1 if it fails Goto 3 I finally managed to get all of them working after several attempts. As step 4 suggests, even “removing an index" failed at times and had to be retried. I have some complicated indexes but not too much data in the big scheme of things. What has been your experience with re-indexing existing data? Is there any tip/workaround to avoid this? Thanks PK [email protected] PS If Google wants my app’s id to take a look please contact me to send it to you in private PS2 I have also asked this here: http://stackoverflow.com/questions/34208667/how-to-avoid-several-failed-attempts-when-re-indexing-existing-datastore-data <http://stackoverflow.com/questions/34208667/how-to-avoid-several-failed-attempts-when-re-indexing-existing-datastore-data> Relevant issues I suggest you star: 10419: Index Usage Statistics <https://code.google.com/p/googleappengine/issues/detail?id=10419> 6133: Improved index management <https://code.google.com/p/googleappengine/issues/detail?id=6133> -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4C10BEE3-10C8-40E9-B5A6-2B1DE69B3141%40gae123.com. For more options, visit https://groups.google.com/d/optout.
