Is there a detailed analysis of Google App Engine's datastore architecture somewhere? What I am looking for is a resource that can help me:

  1. Understand why a particular restriction exist in datastore (e.g transactions requiring same entity group)
  2. Build a deeper understanding of storage mechanics that help me mentally visualize efficiency of a particular data model.

GAE documentation have some good individual articles, but I am looking for more detail treatment, a book perhaps.

link|improve this question

77% accept rate
feedback

1 Answer

up vote 4 down vote accepted

You could start with presentation from Google I/O:

The presentation on Appstats also gives some insight into how datastore (and RPC calls in general) work, as well as giving some optimization tips.

link|improve this answer
Thanks, I'll take a look – Tahir Akhtar Sep 15 '11 at 6:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.