Live data from Hacker News

Google App Engine is now much faster, after latest maintenance

code.google.com

21–30 of 45 posts

Re: Google App Engine is now much faster, after latest maintenance

#22
post #19
post #10

This site, probably NSFW, makes use of the datastore (for the thumbnails) and it's now much faster, it's a pity we can't compare speeds with the old latency. http://wallres.saiswa.com/?tags=girls&pagina=23

My dinky app dropped from 60ms/request to 20ms/request, but over the next 3 hours crept up more or less linearly to about 30ms/request.

I missed the word "app" when reading your comment and thought it was a clever joke.

Re: Google App Engine is now much faster, after latest maintenance

#25

Our app ( http://gri.pe ) feels a lot snappier after this latest bit of datastore maintenance. We've been using as much memcache as possible to avoid datastore access because prior to this maintenance, datastore access was spiky and even the simplest of queries had a small chance of timing out. I can say for sure that some of our datastore-heavy cron jobs were taking > 200ms, but are around 70ms now. It's a shame tha…

Unrelated question: how are you doing those cron jobs.

I tried using the task queue, but it kept timing out on me, even when I broke my tasks into smaller ones (couldn't figure out a threshold as the behavior of the datastore was totally unpredictable).

Re: Google App Engine is now much faster, after latest maintenance

#26
I just tried a high traffic site that runs on App Engine (appbrain.com). It used to feel a bit slow, and now it really flies.

It definitely makes me reconsider using App Engine for new projects.

Disclaimer: I have no connection to Appbrain aside from meeting the developers once.

Re: Google App Engine is now much faster, after latest maintenance

#27
The sense that the app store has been a neglected, second-tier priority is deep enough now that it will take them a while to regain significant developer trust.

AWS is very close to a de-facto standard now.

Edit: I mean app engine, the hosted web service. Not the app store. Thanks.

Re: Google App Engine is now much faster, after latest maintenance

#30

The sense that the app store has been a neglected, second-tier priority is deep enough now that it will take them a while to regain significant developer trust. AWS is very close to a de-facto standard now. Edit: I mean app engine, the hosted web service. Not the app store. Thanks.

I agree. However I hope they do regain that trust b/c app engine is a far more pleasant platform to develop on.
Post reply on HN