Geoffrey is correct - there isn't and never was such a limit. In fact, it'd
be difficult to implement, and I can't see any reason it would be at all
useful. The only size limits are on the total memory consumed by your
instance, and on the size of API calls.

-Nick Johnson

On Fri, May 27, 2011 at 9:32 AM, Geoffrey Spear <[email protected]>wrote:

>
>
> On May 26, 10:11 am, JH <[email protected]> wrote:
> > I'm actually talking about python variables.  Ints, Strings, Lists,
> > Dicts, etc..
>
> I don't believe there was ever such a limit. The 1MB limit is on the
> API calls, which makes it impossible to have a datastore entity larger
> than 1MB (and, thus, impossible to have individual properties larger
> than 1MB as well, although in practice you'll never fit a whole 1MB
> into a property because the entire serialized entity needs to be able
> to fit into the 1MB API call to write it).
>
> --
> 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.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

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

Reply via email to