Your responses are always so useful Vinny, thanks. 

Can you please give us an example or two, wrt re-designing your schema to 
avoid running into the 1MB limit for a List property. 
Would love to know you recommend here that works with the Datastore.
 

Well, there is the usual limit of 1 MB for a datastore entity 
> <https://developers.google.com/appengine/docs/java/datastore/#Java_Quotas_and_limits>
>  
> - if you're storing thousands of entries, you'll most likely hit that limit 
> sooner or later. But more to the point, you may want to rethink your schema 
> if you're intending to save thousands of values into a property. Usually 
> (but not always) there's a simpler way to store what you need.
>     
> -----------------
> -Vinny P
> Technology & Media Consultant
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to