Re: [google-appengine] Re: Need help tracking "datastore transaction or write too big" warnings

2011-10-14 Thread Timofey Koolin
if you use XG (cross group) transactions - you can use no more than 5 entity groups in transaction. 2011/10/14 Pol > Can anyone comment from Google comment on this 2nd point: write limits > on entire transaction? Our entities are 4KB on average so I'm trying > to track down what's happening but

[google-appengine] Re: Need help tracking "datastore transaction or write too big" warnings

2011-10-14 Thread Pol
Can anyone comment from Google comment on this 2nd point: write limits on entire transaction? Our entities are 4KB on average so I'm trying to track down what's happening but debugging on the server in a live product is really not trivial. On Oct 14, 12:25 pm, Simon Knott wrote: > The maximum siz

[google-appengine] Re: Need help tracking "datastore transaction or write too big" warnings

2011-10-14 Thread Simon Knott
The maximum size of an individual entity is 1MB for the datastore - http://code.google.com/appengine/docs/java/datastore/overview.html#Quotas_and_Limits Apart from that limit, I'm not sure what write limits there are for the datastore for an individual transaction. -- You received this message