Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 size.

like image 612
ryan Avatar asked Jun 15 '10 02:06

ryan


1 Answers

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

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

like image 140
ʇsәɹoɈ Avatar answered Oct 12 '22 12:10

ʇsәɹoɈ