I deleted a namespace today ... every kind and entity in the namespace, 
everything!  I kept fetching and deleting rows until there were no more to 
delete.

Ten hours later, I did a count on every kind in the previous namespace.

To my surprise, some tables are still showing entities -- not every time 
you do a count; but if you do the count 20 times, it will show rows 3 or 4 
of those times.

Why is delete not really delete?

What does eventual consistency mean?

How long exactly do I have to wait for the records to all be deleted?

Very frustrating dealing with a datastore that doesn't seem to work 
reliably.

Here is the output of successive counting the entities in a kind -- notice 
the 4s

So, 80% of the time there are no entities, 20% there are 4 rows.

Any GAE help out there?

   count 4count 0count 4count 0count 4count 0count 0count 0count 0count 0count 
   0count 0count 0count 0count 4count 0count 0count 0count 0count 0

-- 
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