Thank you, Is it ok that indexes does not exist for every entity which is stored to the datastore?
On Aug 31, 10:26 pm, Geoffrey Spear <[email protected]> wrote: > On Aug 31, 2:58 pm, ping <[email protected]> wrote: > > > Hello, > > When i want to store some data in the datastore gae throws a > > com.google.appengine.api.datastore.DatastoreNeedIndexException saying > > that "The index for this query is not ready to serve. says to me > > that". What's the problem here? When i take a look into the Datastore > > indexes page there is 1 index building. I fear that i am doing > > something wrong when querying the datastore. Is there anything to mind > > when querying the datastore just before storing something into it? > > greets > > The first time you deploy your application with a new custom index, > you need to wait for the index to finish building. This is sometimes a > slow process, since new indexes go into a queue with everyone else's > new indexes. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
