Hi asao,

On Wed, Sep 5, 2012 at 10:22 AM, asao <a...@sateraito.co.jp> wrote:

> Hi,
>
> I use a GAE application.
>
> Trying creating indexes using appcfg's udpate command, The index status
> has been "Error".
> I can delete the indexes, but can not create however often one may try.
> Please, resolve the issue.
>

The problem is that you have too many indexes on some particular entities.
This problem is so-called index explosion.
You should read this article and optimize your indexes.
https://developers.google.com/appengine/articles/indexselection

If our new query planner doesn't fullfil your needs, maybe you can consider
Cloud SQL.

-- Takashi


>
> My application id is "sateraito-apps-workflow2".
>
> Thanks!
>
> --
> 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/-/7uc-6Koah0MJ.
> To post to this group, send email to google-appengine@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.
>



-- 
Takashi Matsuo | Developers Advocate | tmat...@google.com

-- 
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-appengine@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