On Tue, May 14, 2013 at 2:01 PM, bsr <
bsr...@gmail.com> wrote:
> I have an issue that, I use "DeleteMulti" to clear a set of entities, which
> gets deleted when looks through datastore viewer. But, the very next request
> (in the same function which deletes the keys) to datastore was to get all
> the entities in that kind (not cached, but req hits datastore) . Which
> retrieves the 'deleted' entries too. Is there anything like, in development
> setup, it takes a bit to reflect the results of a DeleteMulti operation.
Datastore has an "eventual consistency" model. If you make changes to
quickly enough. Read the docs starting here: