How do I calculate the size of an entity stored in Google App Engine?

前端 未结 2 360
遥遥无期
遥遥无期 2020-12-15 23:54

Is there an easy way to calculate the size of an entity stored in App Engine? I would like to know how close a particular entity is to hitting the 1 MB upper limit on entity

2条回答
  •  再見小時候
    2020-12-16 00:37

    Google's documentation on how entities are encoded and stored:

    http://code.google.com/appengine/articles/storage_breakdown.html

提交回复
热议问题