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.
