スティルハウスの書庫の書庫

はてなダイアリーで書いてた「スティルハウスの書庫」を移転してきました。

2009-06-15から1日間の記事一覧

Building Scalable, Complex Apps on App Engineを見たメモ

Building Scalable, Complex Apps on App Engine List properties 01:40 List propertyとは何か? 複数の値を持てるプロパティ 順序付きリスト LPのメリット one-to-many関係にあるデータをコンパクトに扱える tupleやlistのようなデータを簡単に保存できる …

From Spark Plug to Drive Train: Life of an App Engine Requestを見たメモ

From Spark Plug to Drive Train: Life of an App Engine Request <Google App Engine Stackの構成(引用元)> Life of a request リクエストの受信 0:15 リクエストはクライアントから最も近いGoogleデータセンターに到着 Google内部ネットワークを経由し…

Working with Google App Engine Modelsを見たメモ

Working with Google App Engine Modelsを見たメモ Bigtableにできないこと joinできない (非正規化するか、ループを回して自前でjoinするしかないか?) (「正規化するな、JOIN済みのでっかいテーブルを作れ」) (List Propertyを使う) (merge join、…

Building Scalable Web Apps with App Engineを見たメモ

Google I/O 2008 - Building Scalable Web Apps with App Engine を見たメモ 書き込みはコストが高い 0:06 アプリケーションのパフォーマンスを決めるのは、書き込み処理の実装方法 読み込み処理は桁違いに速いので、あまり重要ではない Entity Groupを使わ…