I've been able to multiput 2GB split into 500 entity batches on the
dev server before. If it's breaking then this would be new.

On May 17, 2:12 pm, Mouseclicker <jens.h...@googlemail.com> wrote:
> Hi,
>
> it seems that the put() in the datastore call with the Iterable
> parameter does not work as documented:
>
> From what I read in the documentation it should be possible to store
> at most 500 entities in one put()-call and each entity having a max.
> size of 1MB.
>
> But it seems to be implemented in a way that the sum of all entities
> passed in the put call must not exceed 1MB. Is that intended?
>
> I split large files in chunks of almost 1 MB and for efficiency
> reasons I want to store multiple Blobs in one put call. But this even
> fails for two of them with a RequestTooLargeException.
>
> (done on local dev server)
>
> Can someone confirm this behavior?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to