Hi Barry, On Fri, Jan 25, 2013 at 9:20 AM, Barry Hunter <[email protected]>wrote:
> The time it takes for the index is not a function of how big your data > is, but how indexes are sitting in the queue in front of you. > > AppEngine processes index builds sequentically, so have to wait your > turn. Someone else may well have a really big index that is holding > things up. > Actually, index builds are now done concurrently. But there is still a lot of complexity in index construction due to the eventually consistent nature of datastore queries. Cheers, Brian > > On Thu, Jan 24, 2013 at 9:42 PM, Tayeb Karim <[email protected]> wrote: > > Hi, > > > > I started the migration a few hours ago and the indexes seem to still be > > building on the new application (ggc-hrd) > > > > Any pointers to see what's up? > > > > The data size is pretty small; > > For the tables that are still being indexed; > > CacheNode: 2k entries, 323KB > > Maintenance: 42 entries, 6KB > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/google-appengine/-/-KyKMVJuAJEJ. > > 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. > > -- > 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. > > -- 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.
