[google-appengine] Re: Building a new index is taking way too long

2009-05-22 Thread Dejan Juric
Hi, I'm also having the issue of stuck index building. the app is quickbookmarkcom. The indexes have been in the Building phase for a couple of days already, and i cannot remove them (vacuum_indexes gives: indexes were not deleted. Most likely this is because they no longer exist.) I have since

[google-appengine] Re: Building a new index is taking way too long

2009-05-06 Thread Ubaldo Huerta
I'm having same issue. Index building, for a alpha app at this moment (just 100 entities), and it's stuck building index. Sounds like one has to factor in this lag time in the development cycle, that is, first update index definitions, wait wait and wait, then upload the app (well, if one uses

[google-appengine] Re: Building a new index is taking way too long

2009-04-30 Thread Jason (Google)
Hi Alex. We definitely need to (and will) document this better, but index build time is not directly proportional to the number of entities in the datastore but to the number of other applications who are building indexes at the same time. Since index building is managed by a fixed number of

[google-appengine] Re: Building a new index is taking way too long

2009-04-28 Thread Alex Popescu
Is there any status update on this issue? I have noticed other posts on the list speaking about the same problem. ./alex On Apr 27, 2:59 pm, Alex Popescu the.mindstorm.mailingl...@gmail.com wrote: Hi, I have defined a new index for an entity based on a datetime and 1char string property.