[appengine-java] building indexes

2010-09-03 Thread aswath satrasala
Hi, * What is the normal time taken to build indexes? * Is it dependent on the volume of data in the app-id? * When I upload a new version and give some time for building the indexes, then this means, the app-id will not be in usable state for some time. * What is the recommended approach to upload

Re: [appengine-java] building indexes

2010-09-07 Thread Ikai L (Google)
Index building time depends on the amount of data you have as well as all other indexes being built globally. The index builder is a shared resource. The best practice is to upload a new staging version before you need it. All versions share the same datastore, so index building will begin before