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 your production version goes live ( http://ikaisays.com/2010/07/12/google-app-engine-tips-and-tricks-prebuilding-indexes-using-a-non-default-version/ ). On Fri, Sep 3, 2010 at 8:43 PM, aswath satrasala <[email protected] > wrote: > 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 a new version and be able to > server the users immediately? > > -Aswath > http://vs-accounting.appspot.com > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
