[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 because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/fnlKjFVKwPoJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 knott.si...@gmail.com wrote:
 The maximum size of an individual entity is 1MB for the datastore 
 -http://code.google.com/appengine/docs/java/datastore/overview.html#Qu...

 Apart from that limit, I'm not sure what write limits there are for the
 datastore for an individual transaction.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 p...@everpix.net

 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 knott.si...@gmail.com wrote:
  The maximum size of an individual entity is 1MB for the datastore -
 http://code.google.com/appengine/docs/java/datastore/overview.html#Qu...
 
  Apart from that limit, I'm not sure what write limits there are for the
  datastore for an individual transaction.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
С уважением,
Кулин Тимофей.

Телефон: +7 (4852) 974793
ICQ: 114902104
email: timo...@koolin.ru
Blog: http://timofey.koolin.ru

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.