[google-appengine] why required bind in GQL ?

2013-10-18 Thread Vijay Kumbhani
i used *ndb.gql *
give me examples 
without bound and with bound in GQL

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: why required bind in GQL ?

2013-10-18 Thread timh
You will get more value by reading the docs and trying to work it out for 
yourself.  If something is not working then show us the code
you are trying and we can help you work out where you are going wrong.

T

On Friday, October 18, 2013 3:34:16 PM UTC+8, Vijay Kumbhani wrote:

 i used *ndb.gql *
 give me examples 
 without bound and with bound in GQL


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Google App Engine remote_api returns 404 using remote_api_shell.py

2013-10-18 Thread gumptionthomas
I know this is a little late, but are you using the git-push-to-deploy 
feature on your app?

I've found that the builtins defined in app.yaml do not work after a 
push-to-deploy (they return 404s) but doing a normal appcfg update makes 
them work again.

I experienced these 404 failures after push-deploys with both remote_api 
and deferred.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: Over index creation quota

2013-10-18 Thread Kaan Soral
with 138 indexes, I'm wondering this too :)

On Tuesday, September 3, 2013 6:50:42 AM UTC+3, aswath wrote:

 Same here.  I need to increase the number of indexes.  Is this limitation 
 removed for billing enabled apps?

 -Aswath


 On Tue, Sep 3, 2013 at 1:08 AM, kcunha.araujo 
 kcunha...@gmail.comjavascript:
  wrote:

 Hi all,

 Anybody know how to increase quota index number? My app is on limite 200. 
 We need to increase it.

 Em quinta-feira, 12 de novembro de 2009 11h48min11s UTC-4, Orlando 
 escreveu:

 I have same problem: Error 400: --- begin server output --- 
 Over index creation quota: The API call datastore_v3.CreateIndex() 
 required more quota than is available. 

 The application is 'testingryv'. I have tried to delete my useless 
 indexes, but i got same problem. Any solution? 

 Thanks, 
 Orlando 

 On 14 oct, 21:35, Dinesh Varadharajan 
 dinesh.varadhara...@**orangescape.com wrote: 
  I can delete and recreate apps.Thanks for your time.. 
  
  Dinesh 
  On Oct 14, 6:02 pm, Nick Johnson (Google) nick.john...@google.com 
  wrote: 
  
  
  
   On Wed, Oct 14, 2009 at 1:53 PM, Dinesh dinesh.varadhara...@**
 orangescape.com 
  
wrote: 
  
Hi Nick, 
 Not functioning how? 
I want to reuse existing apps, so I cleared data and indexes. I am 
 not 
seeing any data in data viewer or any index in indexes.  But when 
trying to import new app I am getting index quota error.. I just 
 got 
the alert saying deleting app is possible now. Thank god.. 
  
   Do you still need these apps reset, now that you can delete them and 
 create 
   new ones instead? 
  
 Are all of these apps out of index quota? 
Yes 
  
 Requiring more than 100 indexes is usually a sign of a schema 
 design that 
 needs optimizing. We can increase the index quota, but only in 
exceptional 
 circumstances. 
We store the data in expando model which is very huge.. The no of 
columns at the minimum will be around 300. The auto generated 
 indexes 
are around 50% of total indexes. In addition, gae throws need 
 index 
error in lot of cases and we end up adding those indexes in to 
index.yaml. So, it easily crosses the limit.. 
  
   Without knowing more about your data model, it's impossible to 
 comment on 
   how you can reduce your total number of indexes. 
  
   -Nick Johnson 
  
We don't use any of the inequality filters in our queries except 
 in 2 
cases. 
Thanks, 
Dinesh 
  
On Oct 14, 4:33 pm, Nick Johnson (Google) 
 nick.john...@google.com 
wrote: 
 Hi dinesh, 
  
 On Wed, Oct 14, 2009 at 12:00 PM, Dinesh  
  
 dinesh.varadhara...@**orangescape.com wrote: 
  
  Hi Nick, 
  thanks for the immediate reply.. I cleared data and vacuumed 
  indexes 
  in 4 of my apps. (Created new apps as old apps are not 
 functioning). 
  
 Not functioning how? 
  
  But still it is throwing the quota exception. The app ids are 
  
  os-demo 
  osruntime 
  osclouddemo 
  osruntime 
  
 Are all of these apps out of index quota? 
  
  And we might be terribly needing support for more than 100 
 indexes for 
  our apps and are ready to pay for the overuse. I don't think 
 it is 
  part of billing. any thoughts of including it.. 
  
 Requiring more than 100 indexes is usually a sign of a schema 
 design that 
 needs optimizing. We can increase the index quota, but only in 
exceptional 
 circumstances. 
  
  Thanks, 
  Dinesh 
  
  On Oct 14, 3:52 pm, Nick Johnson (Google) 
 nick.john...@google.com 
  wrote: 
   Hi Dinesh, 
   All apps are limited to 100 indexes. If you are getting this 
 error on 
an 
  app 
   that has fewer than 100 indexes, please let me know which 
 one it is, 
and 
  I 
   will reset your index count quota. 
  
   -Nick Johnson 
  
   On Wed, Oct 14, 2009 at 11:50 AM, Dinesh  
  
   dinesh.varadhara...@**orangescape.com wrote: 
  
Hi, 
Suddenly I am getting 
  
Over index creation quota: The API call 
 datastore_v3.CreateIndex() 
required more quota than is available. 
  
when trying to update indexes. however few of my older 
 applications 
has more than 100 indexes it it. Is this limitation newly 
introduced 
in gae. If so, how do I increase the quota. 
  
Dinesh 
  
   -- 
   Nick Johnson, Developer Programs Engineer, App Engine 
   Google Ireland Ltd. :: Registered in Dublin, Ireland, 
 Registration 
  Number: 
   368047 
  
 -- 
 Nick Johnson, Developer Programs Engineer, App Engine 
 Google Ireland Ltd. :: Registered in Dublin, Ireland, 
 Registration 
Number: 
 368047 
  
   -- 
   Nick Johnson, Developer Programs Engineer, App Engine 
   Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration 
 Number: 
   368047 

  -- 
 You received this message because you are