I don't mean entity size, I mean actual variable size in your code.

Like, x = 1

There used to be a limit on the size of x, but now it appears it has
been lifted... Just looking for a confirmation

On May 26, 8:42 am, Brandon Donnelson <branflake2...@gmail.com> wrote:
> Your correct so far the entity limit is 1M. I've heard talk into looking
> into moving limit but haven't seen anything yet.
>
> http://code.google.com/appengine/docs/java/datastore/overview.html#Qu...
>
> What I do when I hit the limit is shard the data into multiple entities,
> and/or I use the datastore.
>
> Brandon Donnelsonhttp://gwt-examples.googlecode.com

-- 
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-appengine@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