On Thu, Feb 20, 2014 at 7:21 AM, Ralf Rottmann <[email protected]> wrote:

> The docs on Datastore talk about possible limitations with respect to
> *updating* entities of an entity group and frequently *updating* single
> entities.
>
> Is it safe to assume, that *just adding* hundreds of thousands of
> entities within a short amount of time will not constitute a problem?
>


There's no problem with that, but you may experience a delay while the
datastore fully applies and commits all the added entities. In other words,
all of your newly added entities may not be immediately available for
querying/retrieval.

The comment about rapid updates is because the datastore requires a certain
amount of time to update entities - if you update too fast, the datastore
may record or provide stale information.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to