Hello, I have a few concerns deleting large quantities of data within a single request, particularly when not all of the data is within the same entity group:
1. Am I correct in assuming that an incomplete transaction, when the 30 second limit is exceeded, will roll back? 2. How much time does the data store take to delete a blob of 1MB? Is the size irrelevant because the deletion is scheduled rather than causing the request thread to delay? If deletion time is constant, how many objects can I delete in a single request? 3. Instead, is marking objects as "deleted" a good strategy? Perhaps with a scheduler that cleans up later. Cheers -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
