Development, testing, ideas

Showing posts with label gae. Show all posts
Showing posts with label gae. Show all posts

Wednesday, April 14, 2010

Zero Downtime App Upgrade on GAE

Here's the scenario for such a trick:
  1. Prepare new version of your app, and deploy it as some other version that current production has
  2. Go to Versions tab of your app's dashboard at http://appengine.google.com and get URL of the newly deployed version
  3. Check your new version of app using this URL
  4. On the Versions tab, select new version and make it default.
That's it!

Friday, March 12, 2010

Google App Engine - Speedup Data Storage

I've replaced Entity.setProperty() call with Entity.setUnindexedProperty() for fields that do not need to be indexed (I have about 100 of them for one entity).

This caused significant CPU API time usage decreasing. Moreover, this allows you to save some storage space.

About Me

My photo
Kharkov, Ukraine
Trying to find inspiration in work