2011-02-11から1日間の記事一覧

Google App Engine データストアのトランザクションと高速化

データストアの効率化の使い方については、Googleのオフィシャル記事がある。http://code.google.com/intl/ja/appengine/articles/scaling/contention.html 高速化の方法はこちらにhttp://code.google.com/intl/ja/appengine/articles/sharding_counters.htm…

Google App Engine の Django のバージョンがもうすぐ変わるかも?

SDKをアップデートしたらこんな警告がでるようになった。 You are using the default Django version (0.96). The default Django version will change in an App Engine release in the near future. Please call use_library() to explicitly select a Dja…