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 at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to