Google App Engine - "java.lang.IllegalArgumentException: datastore transaction or write too big."

Posted by Keyur on Stack Overflow See other posts from Stack Overflow or by Keyur
Published on 2010-05-08T00:21:21Z Indexed on 2010/05/08 0:28 UTC
Read the original article Hit count: 511

When calling DatastoreService.delete(keys) with 400 keys, I'm get this exception:

java.lang.IllegalArgumentException: datastore transaction or write too big.

I thought the limit on batch deletes was 500 so I am well under the limit. Am I missing something here?

Thanks, Keyur

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about google-datastore