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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to