Yeah, if you're doing a delete by previously-known key I would expect
constant time operation.  I have no idea what might be causing your
issue, sorry.

Jeff

On Sun, Dec 11, 2011 at 4:26 PM, Michael <michael.ol...@gmail.com> wrote:
> By what you wrote, I assume you're referring to the query speed, not the
> speed of the deletion.  I presume that deleting an object or collection of
> object requires a time that's independent of other factors in the datastore;
> that is, once I know the object's key, deleting it takes an essentially
> constant amount of time.  For my particular use case, the query speed is
> essentially negligible because there are not that many of this type of
> object, but the speed of the actual delete option is often quite a bit
> higher than I would prefer.  If I'm reading what you wrote wrong and there's
> some way to speed up the delete operation, that would be great.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/-hADIjTHD3UJ.
>
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.



-- 
We are the 20%

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

Reply via email to