[google-appengine] Re: Huge number of datastore reads?

2012-10-22 Thread Brian
Dave, did you get any resolution to this issue? I seem to be having a similar issue-- 5 minutes of read ops on a few objects via remote api consumes my free daily quota of 50K. -- You received this message because you

Re: [google-appengine] Re: Huge number of datastore reads?

2012-03-08 Thread Alexander Botov
, but >> today I want to give them $6000.” >> >> >> >> >> >> ** ** >> >> *From:* google-appengine@googlegroups.com [mailto: >> google-appengine@googlegroups.com] *On Behalf Of *Jeff Schnitzer >> *Sent:* Wednesday, March 07,

[google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Alexander Botov
Experiencing same problem, 5 minutes normal usage of the application adds up about 10K datastore reads, is it related to 1.6.3 upgrade? remote_api is not used ... Regards, --alex On Mar 7, 2:53 am, Alfred Fuller wrote: > What is your app id? > > Did you perform a lot of queries using remote api?

[google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Dave Peck
Hi Chris, Thanks! > Sorry that you had issues with Checkout. We continue to work with them on > improvements that they should make to the service (and I've forward this > thread on to them). Good to hear. If I can provide further details, just let me know. In the final analysis, it seemed to us

Re: [google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Chris Ramsdale
half Of *Jeff Schnitzer > *Sent:* Wednesday, March 07, 2012 1:49 AM > *To:* google-appengine@googlegroups.com > *Subject:* Re: [google-appengine] Re: Huge number of datastore reads? > > ** ** > > On Wed, Mar 7, 2012 at 1:08 AM, Brandon Wirtz wrote: > > > > The worst o

RE: [google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Brandon Wirtz
Schnitzer Sent: Wednesday, March 07, 2012 1:49 AM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Re: Huge number of datastore reads? On Wed, Mar 7, 2012 at 1:08 AM, Brandon Wirtz wrote: > The worst of it: we looked like rank amateurs in several ways, but perhaps If

[google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Dave Peck
> Should be possible:http://code.google.com/appengine/docs/java/ config/appconfig.html#Cust... Ah, nice feature. Thanks; curious when this was added. Cheers, Dave -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, sen

Re: [google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Jeff Schnitzer
On Wed, Mar 7, 2012 at 4:09 AM, Mos wrote: > > The default over-quota message is WAY more embarrassing than "XYZ is > experiencing technical difficulties" - how can we override it? > > Should be possible: > > http://code.google.com/appengine/docs/java/config/appconfig.html#Custom_Error_Responses

Re: [google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Mos
Hi Jeff, +1 on all your statements. > The default over-quota message is WAY more embarrassing than "XYZ is experiencing technical difficulties" - how can we override it? Should be possible: http://code.google.com/appengine/docs/java/config/appconfig.html#Custom_Error_Responses My application h

Re: [google-appengine] Re: Huge number of datastore reads?

2012-03-07 Thread Jeff Schnitzer
On Wed, Mar 7, 2012 at 1:08 AM, Brandon Wirtz wrote: > > The worst of it: we looked like rank amateurs in several ways, but > perhaps > > If you are going to run with the training wheels on, don't be surprised > when > you hit a pot hole and your back tire just spins with you going nowhere. > So

[google-appengine] Re: Huge number of datastore reads?

2012-03-06 Thread Dave Peck
Although I was hoping for useful, non-judgmental replies too. -Dave On Mar 6, 10:08 pm, "Brandon Wirtz" wrote: > > The worst of it: we looked like rank amateurs in several ways, but perhaps > > I'd say "no offense" but I'd be lying. > > "More than doubled" > > My Daily budget sits at 50x my bigg

RE: [google-appengine] Re: Huge number of datastore reads?

2012-03-06 Thread Brandon Wirtz
> The worst of it: we looked like rank amateurs in several ways, but perhaps I'd say "no offense" but I'd be lying. "More than doubled" My Daily budget sits at 50x my biggest recorded day on almost every app I have. If your model is to make money, and you are pretty sure you don't have a bug th

[google-appengine] Re: Huge number of datastore reads?

2012-03-06 Thread Dave Peck
To be clear: I lost real customers and real money today. The problem was compounded by apparent issues with Google Checkout on the iPhone. I got a downtime notification and quickly determined the root cause. I was on the road, so I pulled over and immediately logged in with my iPhone to update the

[google-appengine] Re: Huge number of datastore reads?

2012-03-06 Thread Greg
I've noticed a couple of blips in memcache today - if you cache using memcache, maybe you're having to revert to datastore more often than usual? Cheers Greg. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send emai

[google-appengine] Re: Huge number of datastore reads?

2012-03-06 Thread Dave Peck
The ID is get-cloak-live. No remote queries; everything would have to have been generated by handling requests (some of which were our cron jobs.) Thanks, Dave On Mar 6, 4:53 pm, Alfred Fuller wrote: > What is your app id? > > Did you perform a lot of queries using remote api? > > > > > > > > O