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
PS If Google wants my app’s id to take a look please contact me to send it to you in private
Relevant issues I suggest you star: