[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-14 Thread Jeff S
Hi Tom, How long ago did you upload the indexes? The index build could take some time depending on the size, shape, and number of the entities in your app (a few hours is not unheard of, but more than a day usually means there is a problem). Thank you, Jeff 2009/4/13 Tom Wu

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-14 Thread Tom Wu
Hi Jeff, Just check my dashboard. Now is OK. Thanks a lot. Best Regards Tom Wu 2009/4/15 Jeff S j...@google.com Hi Tom, How long ago did you upload the indexes? The index build could take some time depending on the size, shape, and number of the entities in your app (a few hours is

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-13 Thread Jeff S
Hi T.J. Crowder, The limit of 100 indexes is per app, but if your app needs more please let us know. Thank you, Jeff 2009/4/11 T.J. Crowder t...@crowdersoftware.com @Jeff: I'm not seeing any documented limit on indices on the quotas page.[1] Is there somewhere else I should be looking?

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-13 Thread Tom Wu
Hi Jeff, Already delete unneeded indexes by vacuum_indexes. But the msg in the index Control panel still building and the datastore quota didn't come back. Thanks. Best Regards Tom Wu 2009/4/14 Jeff S j...@google.com Hi Tom, The building indexes should no longer be stuck. Were you

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-13 Thread T.J. Crowder
Hi Jeff, Thanks for that. Where is it documented? I'm having trouble pulling together a complete list of all the various quotas, limits, etc.: http://groups.google.com/group/google-appengine/browse_thread/thread/91310c5ac58058b1 Having a full picture is vital to deciding whether an

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-11 Thread T.J. Crowder
@Jeff: I'm not seeing any documented limit on indices on the quotas page.[1] Is there somewhere else I should be looking? According to one of your collegues in January[2], the limit is 100 -- but is that per entity type (seems very generous), per app (seems a bit low), what? @All: FWIW,

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-10 Thread Tom Wu
Hi Jeff, I can't get credited back after vacuumed_indexes Best Regards Tom Wu On 4月10日, 上午2時09分, Jeff S j...@google.com wrote: Hi Tom, I would start by editing the index.yaml file then use appcfg.py vacuum_indexes to remove indexes from the app which are no longer specified in your

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-10 Thread Tom Wu
Sorry, My app is billing enabled. The indexes still in building status even the kind is empty. Best Regards Tom Wu On 4月10日, 上午2時09分, Jeff S j...@google.com wrote: Hi Tom, I would start by editing the index.yaml file then use appcfg.py vacuum_indexes to remove indexes from the app

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-10 Thread Jeff S
Hi Tom, Could you send me the app ID? I'll investigate further. Thank you, Jeff 2009/4/10 Tom Wu service.g2...@gmail.com Sorry, My app is billing enabled. The indexes still in building status even the kind is empty. Best Regards Tom Wu On 4月10日, 上午2時09分, Jeff S j...@google.com

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-10 Thread service G2100
Hi Jeff, My app ID is gae0081. Thanks in advance. Best Regards Tom Wu 2009/4/11 Jeff S j...@google.com Hi Tom, Could you send me the app ID? I'll investigate further. Thank you, Jeff 2009/4/10 Tom Wu service.g2...@gmail.com Sorry, My app is billing enabled. The indexes still

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-09 Thread Jeff S
Hi Tom, I would start by editing the index.yaml file then use appcfg.py vacuum_indexes to remove indexes from the app which are no longer specified in your index.yaml. You might have tried this already, so please let me know if this fixes the issue. If not, could you email me your app ID?

[google-appengine] Re: How to deal with Your application is exceeding a quota: Datastore Indices Count ?

2009-04-09 Thread service G2100
Hi Jeff, Forgot using appcfg.py --help . Thanks a lot. Best Regards Tom Wu 2009/4/10 Jeff S j...@google.com Hi Tom, I would start by editing the index.yaml file then use appcfg.py vacuum_indexes to remove indexes from the app which are no longer specified in your index.yaml. You