madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Reduce number of indexes in Swarming #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
swarming/index.yaml has 64 indexes (!) This needs to be reduced to only what is 
really needed, and code should be optimized to require less indexes.

Original issue reported on code.google.com by maruel@chromium.org on 20 Mar 2014 at 3:10

GoogleCodeExporter commented 9 years ago
Ran:
~/src/google_appengine/appcfg.py vacuum_indexes . -A chromium-swarm-dev --oauth2

It deleted 27 (!) stale indexes. Will let it live for a while and will do the 
same on the prod server afterward.

Original comment by maruel@chromium.org on 20 Mar 2014 at 3:43

GoogleCodeExporter commented 9 years ago
Had forgot to checkout https://codereview.appspot.com/78270043/ before running 
it, so I deleted an index I needed. Canary will be broken until the index is 
completely deleted, I can't add it back until it is completely deleted. :/

Original comment by maruel@chromium.org on 20 Mar 2014 at 3:46

GoogleCodeExporter commented 9 years ago
Duping with 89 since the number of indexes will greatly be reduced at the same 
time.

Original comment by maruel@chromium.org on 8 Apr 2014 at 4:54