[appengine-java] Re: Bulk delete behind RPC

2009-10-27 Thread Jason (Google)
Hi Eric. Your entities should not be returning after they have been deleted. Are you running this in the local development environment or in production? And are you certain that you weren't inadvertently mixing up your application IDs, e.g. deleting data from one app and checking another the follow

[appengine-java] Re: Bulk delete behind RPC

2009-10-24 Thread Yasuo Higa
Hi Eric, > I'm trying to delete some unwanted data from my datastore and found > some code using the DatastoreService that I modified to delete as many > entries as possible in 10 seconds: > > DatastoreService datastore = > DatastoreServiceFactory.getDatastoreService(); > Query query = new Query(