This means you make one put() call containing 500 entities summing up
to 2GB, means sending one 2GB RPC internally?

I would love to see this code... I will try to strip down mine to a
test case and post here for further comments in another reply to this
thread

On May 18, 12:31 am, Tristan <[email protected]> wrote:
> 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 <[email protected]> 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 [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > 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 [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> 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 [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-java?hl=en.

Reply via email to