Thanks Timofei, that matches what I have seen. It would be nice if the documentation would clarify this.
On May 18, 6:42 am, Timofey Koolin <[email protected]> wrote: > Each api request have limit 1MB. You can send 1 object about 1MB, or > 10 objects about 100KB. Gae have limit for request-response, not for > object size. > > On 17 май, 23:12, 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.
