A index built against a empty datastore (or at least a Model without
any Entities) should always be available immediately. Or at least that
is my experience. This makes sense because such an index doesnt
actully need to go though the 'bulk build' pipeline (which can be a
cause of delay if the pineline is busy - the index builder is a
background process)

of course adding Entities to this empty index will happen in realtime,
so just add the data after deploying the index.

2010/1/2 Sudhir <sudhi...@gmail.com>:
> Does anyone know what efforts are being taken to speed up index
> building and what their status is?
>
> I'm finding it very difficult to be a champion for GAE in my company -
> one of the (implicitly) advertised features of GAE is the whole click
> to deploy and start running feature. Things don't bode very well if
> I'm doing a demo for the clients / bosses and we all need sit and wait
> 12 to 24 hours for GAE to index two strings that say "Hello World" and
> "test".
>
> Its especially frustrating when I need to deploy and test during
> development (stuff like custom search doesn't work on localhost).
>
> I've been hitting refresh the last six hours.
>
> The production issues pilot is a great step in the right direction,
> and I filed an issue and all, but is the GAE team actually thinking of
> responding to 100,000 (and counting) developers?
>
> Just wondering, how on earth do you guys do demos at I/O? I don't
> think any of the presenters hit deploy and said "okay, let's all come
> back tomorrow, or maybe the day after, and we'll see if this
> works" :-/
>
> Sudhir
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to