Re: [google-appengine] Datastore latency?

2013-04-30 Thread Jeff Schnitzer
Taking a guess: You are writing to a highly contended entity group. Remember GAE gives you 1 transaction per second per EG, and regular nontransactional writes will automatically retry. So contention will produce long delays like this. Think about your data model and make sure you aren't

[google-appengine] Datastore latency?

2013-04-29 Thread Panayiotis Papadopoulos
Hi all my app is experiencing some heavy loads x2 traffic but GAE has spawned 1450 instances instead of my avg 17! I also get a lot timeouts for db.put! Do you experience any similar problem? I already (in 11 hours) at $400 when I am usually at $50 -- You received this message because you are

Re: [google-appengine] Datastore latency?

2013-04-29 Thread Rafael
All fine on my side. Are you with HDR or master/slave? Try making a new deploy to reboot everything. thanks rafa On Sun, Apr 28, 2013 at 11:04 AM, Panayiotis Papadopoulos i...@bugsense.com wrote: Hi all my app is experiencing some heavy loads x2 traffic but GAE has spawned 1450 instances

[google-appengine] DATASTORE latency

2011-09-06 Thread User1231
Hi, Is it just me or is the datastore latency shooting through the roof? My app is literally standing still for 10 seconds per request. Why is everything so unstable with App Engine? There's no pricing stability and there's no service stability? -- You received this message because you are

[google-appengine] Datastore Latency Improved?!

2010-11-07 Thread Andrius
Hi Guys, I see that datastore latency has much improved since 6th November 1pm and my apps running pretty fast now! Is it because of recent maintenance? http://code.google.com/status/appengine/detail/datastore/2010/11/06#ae-trust-detail-datastore-get-latency -- You received this message because

[google-appengine] DataStore Latency affecting SEO?

2010-06-10 Thread David Burns
Hi, I was just wondering how the ongoing DataStore issue is going to affect page rank since PageRank is going to be affected by the sites speed. I put as much as possible into memcache for my site but my site's speed has dropped from being faster than 70% of sites to being faster than 50% of

[google-appengine] Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread Bay
Today, May 11th there was a spike in latency on the Datastore (according to http://code.google.com/status/appengine/detail/datastore/2010/05/11#ae-trust-detail-datastore-get-latency). The note attached to this spike (B) says that Investigation Complete - Issue Resolved - We have determined that

[google-appengine] Datastore Latency issues?

2009-09-13 Thread someone1
I am unable to do even a single get() command in my application. I don't think I've reached any quota, and I am even paying now so I don't think i have any short-term limitations, here is my code (I already tried switching .fetch(100) to .get() and still it fails on the first get attempt before