Look at this article:
http://code.google.com/appengine/articles/storage_breakdown.html
As I recall it explains how everything is stored.
Robert
On Mar 27, 2010, at 9:24, ZS <[email protected]> wrote:
Regarding the list of datatypes supported by the App Engine Datastore
http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types
is there a list of how many bytes each value takes towards the maximum
of 1MB per entity?
Does a string take variable length or always 500bytes? Does a blob use
just its actual size? Does the key count towards the 1MB limit and how
much?
What is the most efficient way in terms of #bytes to have a property
value which points at another entity. Currently I use a "serialized"
key but it seems kind of long in terms of #bytes and only uses base-64
(6bits per byte) - should I compact it somehow?
Thanks
ZS
--
You received this message because you are subscribed to the Google
Groups "Google App Engine" group.
To post to this group, send email to google-
[email protected].
To unsubscribe from this group, send email to [email protected]
.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
.
--
You received this message because you are subscribed to the Google Groups "Google
App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.